7
Quote:
zivXP wrote:
Quote:
Only now I was able to make this change. It turns out very well. Thanks for the advice!
But it doesn't work for categories. And that the numbers are also entered into the address bar.
I also added in .htaccess
RewriteRule ^publisher-([0-9.]+)/([a-z-0-9-]+).html modules/publisher/item.php?itemid=$1 [L]
RewriteRule ^publisher-([0-9.]+)/ modules/publisher/category.php?categoryid=$1 [L]
Now the logic in the URL has gone astray. How to do it right?