Hi all (Jim)
After reading many posts just want to check it is this simple
redirect 301 / http://www.new-domain.co.uk/
redirect 301 /folder/ http://www.new-domain.co.uk/
redirect 301 /folder/page.htm http://www.new-domain.co.uk/folder/
The above htaccess will be placed on the old domains hosting.
Do I need anything else in the htaccess, there are no other url's that I need redirecting just folder names and page names, are the above in the correct order or would the first one / overrule the ones below it, I would, for traffic reasons, like to have the folders redirect properly.
Thanks for looking