Added a .htaccess file to the web directory (#206)

This commit is contained in:
Rafael Barros 2019-05-14 13:07:55 -03:00 committed by Alexander Makarov
parent 088c23462d
commit 9b4ae9c4ab

4
web/.htaccess Normal file
View File

@ -0,0 +1,4 @@
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule . index.php [L]