typemill/public/.htaccess
2023-03-26 18:56:54 +02:00

4 lines
No EOL
120 B
ApacheConf

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^ index.php [QSA,L]