39292-vm/.htaccess
2026-03-12 15:10:14 +00:00

6 lines
162 B
ApacheConf

RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]