Skip to content

Commit

Permalink
add more specific htaccess rules and add example files and composer i…
Browse files Browse the repository at this point in the history
…nfos
  • Loading branch information
j0Shi82 committed Sep 30, 2021
1 parent d96b479 commit dfb29b2
Show file tree
Hide file tree
Showing 5 changed files with 692 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Files ~ "\.env">
Order allow,deny
# Refuse direct access to all files
Order deny,allow
Deny from all
</Files>
Allow from 127.0.0.1
Loading

0 comments on commit dfb29b2

Please sign in to comment.