hello everybody!
I want to redirect my old site ( to my new site (
I've set up an .htaccess file, containing the line:
which should redirect every page on the old site to the main page of the newsite (thats what I read, anyway) - but it doesn't. Any existing page on the old site (e.g. when typed into the browser, comes up with an "The Page Cannot be Found" error - and the URL becomes
The host that I'm using is old and contains no support for php, SSI etc, so maybe its .htaccess support is limited as well. Could this be the problem? If not, does anyone have any ideas?
Thankyou
Calum
I want to redirect my old site ( to my new site (
I've set up an .htaccess file, containing the line:
Code:
RedirectPermanent / [URL unfurl="true"]http://www.newsite.com/[/URL]
The host that I'm using is old and contains no support for php, SSI etc, so maybe its .htaccess support is limited as well. Could this be the problem? If not, does anyone have any ideas?
Thankyou
Calum