Page 1 of 1

Redirect SEO url and all product relating to it.

Posted: Fri Aug 10, 2012 12:32 pm
by yobrojas
Hi,

I want to redirect an SEO friendly url (a category) that has about 10+ products listed within that category to a new directory, can this be done with a .htaccess file.

E.g.
Currently I have: www.website.com/garden/(product) but i want to redirect it to www.website.com/garden-tools/(product).

Would I have to redirect the url of each product or is there a way to redirect just the directory?

Re: Redirect SEO url and all product relating to it.

Posted: Fri Aug 10, 2012 1:14 pm
by MrTech
I don't claim to be an expert but I think you could do something like this:

Code: Select all

redirect 301 /garden/(product) http://www.website.com/garden-tools/(product)
If it works for you, please post back the results so others can share in the solution. Thanks!

Re: Redirect SEO url and all product relating to it.

Posted: Mon Oct 22, 2012 10:09 am
by muddysmurf
FYI: I tried this earlier, and it worked perfectly for me.