napr: www.hs-sport.cz/sortiment/nike/fotbalova-obuv.html
komplet htaccess:
RewriteEngine on
RewriteBase /
Options -Indexes
ErrorDocument 403 "http://error.hs-sport.cz/?403"
ErrorDocument 404 "http://error.hs-sport.cz/?404"
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.* - [L]
RewriteRule ^akce.html?$ _actions.php [L,QSA]
RewriteRule ^o-firme.html?$ _about.php [L,QSA]
RewriteRule ^sortiment/$ _assortment.php [L,QSA]
RewriteRule ^sortiment/(.*)/$ _assortment.php?filter=$1 [L,QSA]
RewriteRule ^sortiment/(.*)/(.+).html?$ _assortment.php?filter=$1&filter2=$2 [L,QSA]
RewriteRule ^detail/([0-9]+)-(.+).html$ _item.php?id=$1 [L,QSA]
RewriteRule ^detail/(.*)/([0-9]+)-(.+).html$ _item.php?id=$2 [L,QSA]