rsibbalu Posted July 23, 2013 Share Posted July 23, 2013 Hi All, I have two "about-us" page, one from the top and one from the bottom. I want to redirect the "about-us" page from the top to bottom. Top "about-us" page url. http://raveyoursite.com/RaveSite/category.php?id_category=48 Bottom "about-us" page url. http://raveyourbeauty.com/RaveRouge/cms.php?id_cms=4 How can I redirect it thanks! Please help! Link to comment Share on other sites More sharing options...
vekia Posted July 23, 2013 Share Posted July 23, 2013 i checked your website it looks like non default top module, am I right? in this case try to configure the module in your back office (under the modules tab) or check the module template (.tpl) file soruces. it's hard to say what you have to change without more information (coz it's non default solution) Link to comment Share on other sites More sharing options...
rsibbalu Posted July 23, 2013 Author Share Posted July 23, 2013 Hi, Can I used .htaccess URL rewrite rule instead? I tried it before but I can't just figure it out. Top "about-us" page http://raveyourbeauty.com/RaveRouge/category.php?id_category=48 Bottom "about-us" page http://raveyourbeauty.com/RaveRouge/cms.php?id_cms=4 Hope we can used URL rewrite code, any idea? Link to comment Share on other sites More sharing options...
vekia Posted July 23, 2013 Share Posted July 23, 2013 Rewriterule ^(.*)\/your-old-page\.php$ $1 [R=301,L] Rewriterule ^your-new-page\..php$ / [R=301,L] but believe me it's better to change the url in the module than using rewrite functions for cases like this one... Link to comment Share on other sites More sharing options...
rsibbalu Posted August 4, 2013 Author Share Posted August 4, 2013 How can I do that? I'm sorry I'm new with Prestashop Link to comment Share on other sites More sharing options...
El Patron Posted August 4, 2013 Share Posted August 4, 2013 you would modify your .htaccess by downloading using ftp...then using an editor of your choice...then re-upload...NOTE: make sure to back up your original .htaccess first. here is more information http://www.prestashop.com/forums/topic/2131[spam-filter]tip-15-and-custom-htaccess/ Link to comment Share on other sites More sharing options...
vekia Posted August 4, 2013 Share Posted August 4, 2013 Or just use El Patron's module named "CUSTOMIZE .HTACCESS" with this spectacular module you can add own htaccess directives right from back office 1 Link to comment Share on other sites More sharing options...
Recommended Posts