We are thinking about changing our domain name.
Can we use a .htaccess 301 redirect?
- and will this work:
'redirect 301 /forum/ http://www.newdomain.com/ - http://www.newdomain.com/'
Plz. notice the word forum - and ignore the red - it keeps generating itself!? - I can't get rid of it..
The normal syntax to redirect everything under the root should be:
"redirect 301 / http://www.newdomain.com/"
- but our present forum is in a folder called "forum", like this: "http://www.olddomain.net/forum/"- so I'm wondering if I can do it as suggested in the bold line.
Thanks
Edited by Northman - 21 May 2011 at 10:16am