RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([0-9]+)-[^/]+/$ category.php?cat=$1 [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^[^/]+/([0-9]+)-[^/]+/$ subcategory.php?subcat=$1 [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^[^/]+/[^/]+/([0-9]+)-[^/]+$ detail.php?id=$1 [L,QSA]
+ jsem si definoval absolutní cestu v souboru config.php
