Files
project-manager/public/.htaccess
T

5 lines
160 B
ApacheConf
Raw Normal View History

2026-09-03 17:35:10 +01:00
# Route every request that isn't a real file through the front controller.
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [QSA,L]