PestControlMart Posted April 20, 2010 Share Posted April 20, 2010 Is it possible to change the URL of categories/subcategories? I wanted to incorporate a page to help customers find the right product but was having trouble integrating it into the category menu. Right now clicking my "Don't Know" page routes to a product page, but I would like it to point to the "help page" I've created. I have attached an image that better explains what I'm trying to do.Thank you for your help. Link to comment Share on other sites More sharing options...
Burhan BVK Posted April 20, 2010 Share Posted April 20, 2010 You can use a redirect in the htaccess file. You should add something like this to your .htaccess file:RewriteRule category_url help_url [L,E]Put it before any other rule. Link to comment Share on other sites More sharing options...
PestControlMart Posted April 20, 2010 Author Share Posted April 20, 2010 worked perfectly. thank you for your help Link to comment Share on other sites More sharing options...
Recommended Posts