Jump to content

Product id in short url .htaccess


Recommended Posts

Is there a way to edit the .htacess file so product id number does not show up in the url

Now it's: /1-xxxx.html

I guess you have to edit something in this line

RewriteRule ^([0-9]+)\-[a-zA-Z0-9-]*\.html /product.php?id_product=$1 [QSA,L]

Thank you

Link to comment
Share on other sites

×
×
  • Create New...