Add htaccess to close the storage dir in case people leave it open.

This commit is contained in:
James Cole 2023-09-16 08:23:36 +02:00
parent fbb9de64c3
commit 7cf7c5fcef
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80

6
storage/.htaccess Normal file
View File

@ -0,0 +1,6 @@
<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews
</IfModule>
</IfModule>
RedirectMatch 404 /\\.(svn|git|key|hg|dat|data|bzr|cvs)(/|$)