1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-18 00:53:10 +01:00

Added .htaccess file

This commit is contained in:
Hillel Coren 2015-06-15 20:04:41 +03:00
parent 7b4c377100
commit addc5328bb

4
.htaccess Normal file
View File

@ -0,0 +1,4 @@
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule "^.env" - [F,L]
</IfModule>