baseline
This commit is contained in:
9
web/.htaccess
Normal file
9
web/.htaccess
Normal file
@@ -0,0 +1,9 @@
|
||||
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>
|
||||
Reference in New Issue
Block a user