From 3a68883ae943dcd99f33df0a29b0fba7b4d2f2f4 Mon Sep 17 00:00:00 2001 From: Florian Lauck Date: Sun, 9 Feb 2014 23:17:10 +0100 Subject: Adding .htaccess files to prohibit access to critical directories, e.g., db/ --- cache/.gitignore | 1 + cache/.htaccess | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 cache/.htaccess (limited to 'cache') diff --git a/cache/.gitignore b/cache/.gitignore index e69de29b..35c8ca2e 100644 --- a/cache/.gitignore +++ b/cache/.gitignore @@ -0,0 +1 @@ +!.htaccess diff --git a/cache/.htaccess b/cache/.htaccess new file mode 100644 index 00000000..93169e4e --- /dev/null +++ b/cache/.htaccess @@ -0,0 +1,2 @@ +Order deny,allow +Deny from all -- cgit v1.2.3