summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2011-08-21 16:03:40 +0200
committerFlorian Pritz <bluewind@xinu.at>2011-08-21 16:04:24 +0200
commit5595aff15d58a3cf022d8a9251464bcc52397ab0 (patch)
tree43ae196ca70f2b782ae8b0b5a51412f9046aa596
parentcaec47b75d132b98a1b251448a46d3756d05c7b8 (diff)
add htaccess files
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r--.gitignore2
-rwxr-xr-xapplication/.htaccess1
-rwxr-xr-xapplication/cache/.htaccess1
3 files changed, 4 insertions, 0 deletions
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