mirror of https://github.com/wallabag/wallabag.git
Adding .htaccess files to prohibit access to critical directories, e.g., db/
This commit is contained in:
parent
38dafee05d
commit
3a68883ae9
|
@ -0,0 +1 @@
|
|||
!.htaccess
|
|
@ -0,0 +1,2 @@
|
|||
Order deny,allow
|
||||
Deny from all
|
|
@ -0,0 +1,2 @@
|
|||
Order deny,allow
|
||||
Deny from all
|
|
@ -0,0 +1,2 @@
|
|||
Order deny,allow
|
||||
Deny from all
|
|
@ -0,0 +1,2 @@
|
|||
Order deny,allow
|
||||
Deny from all
|
Loading…
Reference in New Issue