yydf2025/.htaccess
2025-01-14 06:26:26 +00:00

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]