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...
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.