diff options
Diffstat (limited to 'cache')
-rw-r--r-- | cache/.gitignore | 1 | ||||
-rw-r--r-- | cache/.htaccess | 2 |
2 files changed, 3 insertions, 0 deletions
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 @@ | |||
1 | Order deny,allow | ||
2 | Deny from all | ||