Mam w htaccess taki wpis:
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)\?*$ index.php?_route_=$1 [L,QSA]
większość linków zamienia ale nie radzi sobie z linkami, gdzie po zmiennej następuje slash i kolejna wartość np:
index.php?route=product/testimonial
index.php?route=product/testimonial_feedback
index.php?route=common/home
index.php?route=account/login
index.php?route=checkout/shipping
itd...
Ma ktoś jakiś pomysł?