5 lines
199 B
ApacheConf
5 lines
199 B
ApacheConf
RewriteEngine On
|
|
RewriteCond %{REQUEST_FILENAME} !-f
|
|
RewriteCond %{REQUEST_FILENAME} !-d
|
|
RewriteCond %{REQUEST_URI} !.*\.(ico|gif|jpg|jpeg|png|js|css)
|
|
RewriteRule ^([^?]*) index.php?_route=$1 [L,QSA] |