Collections/public/.htaccess
2025-11-11 17:00:02 +01:00

5 lines
117 B
ApacheConf

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