From fa4594f1dac7cd86034870683a59ab4ee72a9681 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Wed, 5 Dec 2007 11:24:28 +0100 Subject: [PATCH] added .htaccess filese to protect inc and similar directories darcs-hash:20071205102428-6e07b-d0b024a8584671555b0c3bc1cd5eb6ddc257b775.gz --- cache/.htaccess | 3 +++ contrib/.htaccess | 3 +++ doc/.htaccess | 3 +++ inc/.htaccess | 3 +++ 4 files changed, 12 insertions(+) create mode 100644 cache/.htaccess create mode 100644 contrib/.htaccess create mode 100644 doc/.htaccess create mode 100644 inc/.htaccess diff --git a/cache/.htaccess b/cache/.htaccess new file mode 100644 index 0000000..53e63b3 --- /dev/null +++ b/cache/.htaccess @@ -0,0 +1,3 @@ +## no access to this directory +order allow,deny +deny from all diff --git a/contrib/.htaccess b/contrib/.htaccess new file mode 100644 index 0000000..53e63b3 --- /dev/null +++ b/contrib/.htaccess @@ -0,0 +1,3 @@ +## no access to this directory +order allow,deny +deny from all diff --git a/doc/.htaccess b/doc/.htaccess new file mode 100644 index 0000000..53e63b3 --- /dev/null +++ b/doc/.htaccess @@ -0,0 +1,3 @@ +## no access to this directory +order allow,deny +deny from all diff --git a/inc/.htaccess b/inc/.htaccess new file mode 100644 index 0000000..53e63b3 --- /dev/null +++ b/inc/.htaccess @@ -0,0 +1,3 @@ +## no access to this directory +order allow,deny +deny from all -- 2.39.5