From 5595aff15d58a3cf022d8a9251464bcc52397ab0 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 21 Aug 2011 16:03:40 +0200 Subject: add htaccess files Signed-off-by: Florian Pritz --- .gitignore | 2 ++ application/.htaccess | 1 + application/cache/.htaccess | 1 + 3 files changed, 4 insertions(+) create mode 100755 application/.htaccess create mode 100755 application/cache/.htaccess diff --git a/.gitignore b/.gitignore index 733667885..b00e1a213 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ data/client/ !data/uploads/.htaccess !.gitignore !system/.htaccess +!application/.htaccess +!application/cache/.htaccess diff --git a/application/.htaccess b/application/.htaccess new file mode 100755 index 000000000..14249c50b --- /dev/null +++ b/application/.htaccess @@ -0,0 +1 @@ +Deny from all \ No newline at end of file diff --git a/application/cache/.htaccess b/application/cache/.htaccess new file mode 100755 index 000000000..3418e55a6 --- /dev/null +++ b/application/cache/.htaccess @@ -0,0 +1 @@ +deny from all \ No newline at end of file -- cgit v1.2.3-24-g4f1b