1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-11-10 11:25:04 -05:00

Merge pull request #439 from flolauck/master

Adding .htaccess files to prohibit access to critical directories, e.g., db/
This commit is contained in:
Nicolas Lœuillet 2014-02-10 12:10:08 +01:00
commit 58f6269f36
6 changed files with 10 additions and 1 deletions

1
cache/.gitignore vendored
View File

@ -0,0 +1 @@
!.htaccess

2
cache/.htaccess vendored Normal file
View File

@ -0,0 +1,2 @@
Order deny,allow
Deny from all

2
db/.htaccess Normal file
View File

@ -0,0 +1,2 @@
Order deny,allow
Deny from all

2
inc/.htaccess Normal file
View File

@ -0,0 +1,2 @@
Order deny,allow
Deny from all

2
locale/.htaccess Normal file
View File

@ -0,0 +1,2 @@
Order deny,allow
Deny from all