Hi
I have strange situation with .htaccess file, here's the code:
Do you have any idea why link http://novum.malarzm.com/aktualnosci/1-klub.html is not "caught" by second rule but is rewritten by third?Code:RewriteEngine On RewriteRule aktualnosc/([A-Za-z0-9\-]+)\.html index.php?module=news&url=$1 RewriteRule aktualnosci/([0-9]+)-([A-Za-z0-9\-]+)\.html index.php?module=news_list&url=$2&page=$1 RewriteRule ([A-Za-z0-9\-/]+)\.html index.php?module=page&url=$1
Thanks in advance


Reply With Quote
Bookmarks