I've done a number of google searches and still can't find the answer to this, so I'm hoping the WF community can help.
Every time I try to do a PHP redirect, I get an error 404 when I go to the page. I tried restarting smartFTP to see if that was the problem, and I tried it on two different domains. My hosting is with dreamhost. This was the code I was using:
Any help would be appreciated, thanks!
Every time I try to do a PHP redirect, I get an error 404 when I go to the page. I tried restarting smartFTP to see if that was the problem, and I tried it on two different domains. My hosting is with dreamhost. This was the code I was using:
Code:
<?php header( 'Location: http://www.google.ca' ) ;?>
Any help would be appreciated, thanks!