Updated .htaccess

This commit is contained in:
Hillel Coren 2015-06-15 20:21:48 +03:00
parent addc5328bb
commit 9c387645f1

View File

@ -1,4 +1,4 @@
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule "^.env" - [F,L]
RewriteRule ^(.*)$ public/$1 [L]
</IfModule>