Hi
I am trying to 301 redirect all URLs which have a specific category at the start of the URL to the root domain but I am having no luck with my examples below:
Essrntially there could be any number of URLs after the category name so that needs to be flexible.Code:redirect 301 /hamilton-watches(/.*)$ http://www.mydomain.co.uk redirect 301 /fossil-watches(/.*)$ http://www.mydomain.co.uk redirect 301 /guess-watches(/.*)$ http://www.mydomain.co.uk redirect 301 /police-watches(/.*)$ http://www.mydomain.co.uk
Any suggestions?
Many Thanks


Reply With Quote
Bookmarks