1
0
Files
breadcrumb-the-shire/web/.htaccess
2026-02-04 23:31:53 +01:00

10 lines
242 B
ApacheConf

php_flag display_startup_errors on
php_flag display_errors on
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php [QSA,L]
</IfModule>