trxdave Posted August 19, 2013 Share Posted August 19, 2013 Hi guys, How do I make the url path change? For example : http://energytherm.co.uk/prices-drop.php change to http:energytherm.co.uk/specials.php if there any chance to do it? Thanks Link to comment Share on other sites More sharing options...
vekia Posted August 19, 2013 Share Posted August 19, 2013 you can do it with htaccess, with mod rewrite feature: RewriteRule ^specials.php$ prices-drop.php [NC] Link to comment Share on other sites More sharing options...
trxdave Posted August 19, 2013 Author Share Posted August 19, 2013 Thanks for relpy, where will i find htaccess? Link to comment Share on other sites More sharing options...
vekia Posted August 19, 2013 Share Posted August 19, 2013 .htaccess is a file located in root directory of you prestashop. make sure that your hoster allow to use mod rewrite + then you will have change the urls in your theme (to point to the new page) 1 Link to comment Share on other sites More sharing options...
trxdave Posted August 20, 2013 Author Share Posted August 20, 2013 Thanks Link to comment Share on other sites More sharing options...
Recommended Posts