Skip to content

Commit

Permalink
Add htaccess to close the storage dir in case people leave it open.
Browse files Browse the repository at this point in the history
  • Loading branch information
JC5 committed Sep 16, 2023
1 parent fbb9de6 commit 7cf7c5f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions storage/.htaccess
Original file line number Diff line number Diff line change
@@ -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)(/|$)

0 comments on commit 7cf7c5f

Please sign in to comment.