Added a .htaccess file to the web directory (#206)
This commit is contained in:
parent
088c23462d
commit
9b4ae9c4ab
4
web/.htaccess
Normal file
4
web/.htaccess
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
RewriteEngine on
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
|
RewriteRule . index.php [L]
|
Loading…
Reference in New Issue
Block a user