deny access from the internet to these directories
This commit is contained in:
parent
044c67946b
commit
1f252011c2
4 changed files with 4 additions and 0 deletions
1
manual/new/docs/.htaccess
Normal file
1
manual/new/docs/.htaccess
Normal file
|
@ -0,0 +1 @@
|
|||
deny from all
|
1
manual/new/lib/.htaccess
Normal file
1
manual/new/lib/.htaccess
Normal file
|
@ -0,0 +1 @@
|
|||
deny from all
|
1
manual/new/templates/.htaccess
Normal file
1
manual/new/templates/.htaccess
Normal file
|
@ -0,0 +1 @@
|
|||
deny from all
|
1
manual/new/tmp/.htaccess
Normal file
1
manual/new/tmp/.htaccess
Normal file
|
@ -0,0 +1 @@
|
|||
deny from all
|
Loading…
Add table
Reference in a new issue