Skip to content

Commit

Permalink
Add .htaccess files for installations that do not set the document ro…
Browse files Browse the repository at this point in the history
…ot to /web
  • Loading branch information
CatoTH committed Jul 1, 2018
1 parent 6bea2df commit f1ee736
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions assets/.htaccess
@@ -0,0 +1 @@
Deny from all
1 change: 1 addition & 0 deletions commands/.htaccess
@@ -0,0 +1 @@
Deny from all
1 change: 1 addition & 0 deletions components/.htaccess
@@ -0,0 +1 @@
Deny from all
1 change: 1 addition & 0 deletions config/.htaccess
@@ -0,0 +1 @@
Deny from all
1 change: 1 addition & 0 deletions controllers/.htacess
@@ -0,0 +1 @@
Deny from all
1 change: 1 addition & 0 deletions docs/.htaccess
@@ -0,0 +1 @@
Deny from all
1 change: 1 addition & 0 deletions messages/.htaccess
@@ -0,0 +1 @@
Deny from all
1 change: 1 addition & 0 deletions tests/.htaccess
@@ -0,0 +1 @@
Deny from all
1 change: 1 addition & 0 deletions views/.htaccess
@@ -0,0 +1 @@
Deny from all

0 comments on commit f1ee736

Please sign in to comment.