You are here:  » how to change Permalink Link

Support Forum



how to change Permalink Link

Submitted by technoarenasol on Fri, 2012-09-07 11:37 in

Hello

I purchase pricetapestry recently. I dont understanding some setting.Please help me

How to change category permalink to SEO friendly like

www.exmaple.com/search.php?q=category:Electronics:
to
www.exmaple.com/category/Electronics/

also tell me how to change product page permalink from

www.exmaple.com/products.php?q=Batman+Mens+Batman+Applique
to
www.exmaple.com/Batman-Mens-Batman-Applique

Submitted by support on Fri, 2012-09-07 12:07

Hi there and welcome to the forum!

To get clean URLs, edit your config.php and change the $config_useRewrite setting to TRUE at line 8 as follows:

  $config_useRewrite = TRUE;

Then you need to create your .htaccess file from a copy of htaccess.txt in the distribution. The easiest way is normally using your FTP program. In the remote window, Right-Click on htaccess.txt and then use the Rename function to change it to .htaccess and that should do the trick!

This will also make clean product page URLs as /product/Product-Name.html but if you don't want /product/ and .html these can be removed - let me know if you want to do that once normal permalinks are working and i'll show you how..!

Cheers,
David.
--
PriceTapestry.com

Submitted by technoarenasol on Fri, 2012-09-07 13:15

technoarenasol

Thank you David..Its working now.....can you help me how to display related product after price list ..suppose on nokia asha 303 product page display related mobile like nokia asha 302,nokia asha 301 with images(grid view)

Submitted by support on Fri, 2012-09-07 14:45

Hi there,

To enable related products, that's $config_useRelated at line 10 of config.php - edit as follows:

  $config_useRelated = TRUE;

Cheers,
David.
--
PriceTapestry.com