1
0
Fork 0

deny access to internal folders

This commit is contained in:
Mike Schwörer 2018-01-21 19:57:46 +01:00
parent bd578ea677
commit f058c170c4
Signed by: Mikescher
GPG Key ID: D3C7172E0A70F8CF
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