From 1f252011c24cc665978cd455c51453b632585585 Mon Sep 17 00:00:00 2001 From: jepso Date: Sat, 1 Sep 2007 22:40:56 +0000 Subject: [PATCH] deny access from the internet to these directories --- manual/new/docs/.htaccess | 1 + manual/new/lib/.htaccess | 1 + manual/new/templates/.htaccess | 1 + manual/new/tmp/.htaccess | 1 + 4 files changed, 4 insertions(+) create mode 100644 manual/new/docs/.htaccess create mode 100644 manual/new/lib/.htaccess create mode 100644 manual/new/templates/.htaccess create mode 100644 manual/new/tmp/.htaccess diff --git a/manual/new/docs/.htaccess b/manual/new/docs/.htaccess new file mode 100644 index 000000000..3418e55a6 --- /dev/null +++ b/manual/new/docs/.htaccess @@ -0,0 +1 @@ +deny from all \ No newline at end of file diff --git a/manual/new/lib/.htaccess b/manual/new/lib/.htaccess new file mode 100644 index 000000000..3418e55a6 --- /dev/null +++ b/manual/new/lib/.htaccess @@ -0,0 +1 @@ +deny from all \ No newline at end of file diff --git a/manual/new/templates/.htaccess b/manual/new/templates/.htaccess new file mode 100644 index 000000000..3418e55a6 --- /dev/null +++ b/manual/new/templates/.htaccess @@ -0,0 +1 @@ +deny from all \ No newline at end of file diff --git a/manual/new/tmp/.htaccess b/manual/new/tmp/.htaccess new file mode 100644 index 000000000..3418e55a6 --- /dev/null +++ b/manual/new/tmp/.htaccess @@ -0,0 +1 @@ +deny from all \ No newline at end of file