forked from wallabag/wallabag
Adding .htaccess files to prohibit access to critical directories, e.g., db/
This commit is contained in:
1
cache/.gitignore
vendored
1
cache/.gitignore
vendored
@ -0,0 +1 @@
|
|||||||
|
!.htaccess
|
||||||
|
|||||||
2
cache/.htaccess
vendored
Normal file
2
cache/.htaccess
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
Order deny,allow
|
||||||
|
Deny from all
|
||||||
2
db/.htaccess
Normal file
2
db/.htaccess
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
Order deny,allow
|
||||||
|
Deny from all
|
||||||
2
inc/.htaccess
Normal file
2
inc/.htaccess
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
Order deny,allow
|
||||||
|
Deny from all
|
||||||
2
locale/.htaccess
Normal file
2
locale/.htaccess
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
Order deny,allow
|
||||||
|
Deny from all
|
||||||
Reference in New Issue
Block a user