1
0

deny access to internal folders

This commit is contained in:
2018-01-21 19:57:46 +01:00
parent bd578ea677
commit f058c170c4
9 changed files with 11 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
*
!.gitignore
!.gitkeep
!.gitkeep
!.htaccess

1
www/dynamic/.htaccess Normal file
View File

@@ -0,0 +1 @@
Deny from all

1
www/extern/.htaccess vendored Normal file
View File

@@ -0,0 +1 @@
Deny from all

1
www/fragments/.htaccess Normal file
View File

@@ -0,0 +1 @@
Deny from all

1
www/internals/.htaccess Normal file
View File

@@ -0,0 +1 @@
Deny from all

1
www/pages/.htaccess Normal file
View File

@@ -0,0 +1 @@
Deny from all

1
www/statics/.htaccess Normal file
View File

@@ -0,0 +1 @@
Deny from all

3
www/temp/.gitignore vendored
View File

@@ -1,3 +1,4 @@
*
!.gitignore
!.gitkeep
!.gitkeep
!.htaccess

1
www/temp/.htaccess Normal file
View File

@@ -0,0 +1 @@
Deny from all