1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-19 16:01:34 +02:00

updated .htaccess file

This commit is contained in:
Hillel Coren 2015-06-16 14:40:04 +03:00
parent 49e08f2d9d
commit ef08b3c5fe

View File

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