You are here:  » HTML Pages

Support Forum



HTML Pages

Submitted by Amarildob on Tue, 2010-05-04 12:07 in

How is it possible to enable the HTML page feature on this script?

Submitted by support on Tue, 2010-05-04 12:36

Hello Amarildo,

Do you mean the clean URLs, where the product pages end in .html?

This is enabled in config.php - change your line 9 as follows:

  $config_useRewrite = TRUE;

Then you must also make your .htaccess

It is in the distribution as htaccess.txt - the easiest thing to do is to rename that file with your FTP program. In the remote window, Right-Click on htaccess.txt and look for Rename..., then change the filename to .htaccess and that should then give you .html files instead of products.php?q=Product+Name...

Cheers,
David.