1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 20:22:42 +01:00
invoiceninja/.htaccess

6 lines
119 B
ApacheConf
Raw Normal View History

2015-06-15 19:04:41 +02:00
<IfModule mod_rewrite.c>
RewriteEngine On
2015-06-16 13:40:04 +02:00
RewriteRule "^.env" - [F,L]
RewriteRule "^storage" - [F,L]
2015-06-15 19:04:41 +02:00
</IfModule>