foundation/public/.htaccess
2025-06-13 18:29:55 +02:00

7 lines
No EOL
242 B
ApacheConf

RewriteEngine On
# Handle Angular and other front-end framework routes
# Send all requests to index.php unless a file or directory exists
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^ index.php [QSA,L]