in reply to Re^3: Redirect Eliminate
in thread Redirect Eliminate

I believe the 404 error is a result of using characters following the script. Which would be

?http://www.theredirectedsite.com

Replies are listed 'Best First'.
Re^5: Redirect Eliminate
by Corion (Patriarch) on Jan 26, 2011 at 09:06 UTC

    Again, this is a webserver configuration issue. Your webserver should recognize that there is a query string following the path to your file, and act accordingly.

      I put the url in without the query string and still got a 404.

      I changed the attributes to 755 and then 777. Still the same. Thanks for your help. Im really stuck. The web server is working fine on the other scripts that redirects it by query.

        I got it resolved with the web host. Thank you!