hawkwind dave
04-19-2011, 02:43 PM
Hi guys...
no idea what's wrong here... I've put a 301 redirect in the htacces file which is in the same folder as index
RedirectMatch 301 ^(.*)$ http://www.newdomain.com
obvoiusly I've relaced newdomain with my domain, but it's adding a /www/ folder after the domain once redirected
i.e. newdomain.com/www/
and the error is:
Not Found
The requested URL /www/ was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache mod_fcgid/2.3.6 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at www. newdomain .com Port 80
I'd like to get this sorted before the client sees it... any ideas why it's adding the /www/ to the end of the URL? Is it the wrong server for this type of redirect?
no idea what's wrong here... I've put a 301 redirect in the htacces file which is in the same folder as index
RedirectMatch 301 ^(.*)$ http://www.newdomain.com
obvoiusly I've relaced newdomain with my domain, but it's adding a /www/ folder after the domain once redirected
i.e. newdomain.com/www/
and the error is:
Not Found
The requested URL /www/ was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache mod_fcgid/2.3.6 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at www. newdomain .com Port 80
I'd like to get this sorted before the client sees it... any ideas why it's adding the /www/ to the end of the URL? Is it the wrong server for this type of redirect?