Jump to content

Modify pretty links from domain.com/1_manufacturer_name to domain.com/manufacturers/1_manufacturer_name


Recommended Posts

Topic says it all: I'd like to modify the pretty links from domain.com/1_manufacturer_name to domain.com/manufacturers/1_manufacturer_name:

RewriteRule ^([0-9]+)_([a-zA-Z0-9-]*)(.*)$ manufacturer.php?id_manufacturer=$1$3 [QSA,L,E]



is working, but only if I enter the url by hand - which parts of the code need to be changed?

Link to comment
Share on other sites

×
×
  • Create New...