aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Bugzilla/.htaccess3
-rw-r--r--contrib/.htaccess3
-rw-r--r--data/.htaccess3
-rw-r--r--data/attachments/.htaccess3
-rw-r--r--data/cached/.htaccess2
-rw-r--r--data/webdot/.htaccess15
-rw-r--r--graphs/.htaccess7
-rw-r--r--lib/.htaccess3
-rw-r--r--t/.htaccess3
-rw-r--r--template/.htaccess3
-rw-r--r--xt/.htaccess3
11 files changed, 0 insertions, 48 deletions
diff --git a/Bugzilla/.htaccess b/Bugzilla/.htaccess
deleted file mode 100644
index 62adb574a..000000000
--- a/Bugzilla/.htaccess
+++ /dev/null
@@ -1,3 +0,0 @@
-# nothing in this directory is retrievable unless overridden by an .htaccess
-# in a subdirectory
-deny from all
diff --git a/contrib/.htaccess b/contrib/.htaccess
deleted file mode 100644
index 62adb574a..000000000
--- a/contrib/.htaccess
+++ /dev/null
@@ -1,3 +0,0 @@
-# nothing in this directory is retrievable unless overridden by an .htaccess
-# in a subdirectory
-deny from all
diff --git a/data/.htaccess b/data/.htaccess
deleted file mode 100644
index 62adb574a..000000000
--- a/data/.htaccess
+++ /dev/null
@@ -1,3 +0,0 @@
-# nothing in this directory is retrievable unless overridden by an .htaccess
-# in a subdirectory
-deny from all
diff --git a/data/attachments/.htaccess b/data/attachments/.htaccess
deleted file mode 100644
index 62adb574a..000000000
--- a/data/attachments/.htaccess
+++ /dev/null
@@ -1,3 +0,0 @@
-# nothing in this directory is retrievable unless overridden by an .htaccess
-# in a subdirectory
-deny from all
diff --git a/data/cached/.htaccess b/data/cached/.htaccess
deleted file mode 100644
index 46e76a1f8..000000000
--- a/data/cached/.htaccess
+++ /dev/null
@@ -1,2 +0,0 @@
-# Allow access to the cached stuff
-Allow from all
diff --git a/data/webdot/.htaccess b/data/webdot/.htaccess
deleted file mode 100644
index 1c05e71d5..000000000
--- a/data/webdot/.htaccess
+++ /dev/null
@@ -1,15 +0,0 @@
-# Restrict access to .dot files to the public webdot server at research.att.com
-# if research.att.com ever changes their IP, or if you use a different
-# webdot server, you'll need to edit this
-<FilesMatch \.dot$>
- Allow from 192.20.225.0/24
- Deny from all
-</FilesMatch>
-
-# Allow access to .png files created by a local copy of 'dot'
-<FilesMatch \.png$>
- Allow from all
-</FilesMatch>
-
-# And no directory listings, either.
-Deny from all
diff --git a/graphs/.htaccess b/graphs/.htaccess
deleted file mode 100644
index 63c23a550..000000000
--- a/graphs/.htaccess
+++ /dev/null
@@ -1,7 +0,0 @@
-# Allow access to .png and .gif files.
-<FilesMatch (\.gif|\.png)$>
- Allow from all
-</FilesMatch>
-
-# And no directory listings, either.
-Deny from all
diff --git a/lib/.htaccess b/lib/.htaccess
deleted file mode 100644
index 62adb574a..000000000
--- a/lib/.htaccess
+++ /dev/null
@@ -1,3 +0,0 @@
-# nothing in this directory is retrievable unless overridden by an .htaccess
-# in a subdirectory
-deny from all
diff --git a/t/.htaccess b/t/.htaccess
deleted file mode 100644
index 62adb574a..000000000
--- a/t/.htaccess
+++ /dev/null
@@ -1,3 +0,0 @@
-# nothing in this directory is retrievable unless overridden by an .htaccess
-# in a subdirectory
-deny from all
diff --git a/template/.htaccess b/template/.htaccess
deleted file mode 100644
index 62adb574a..000000000
--- a/template/.htaccess
+++ /dev/null
@@ -1,3 +0,0 @@
-# nothing in this directory is retrievable unless overridden by an .htaccess
-# in a subdirectory
-deny from all
diff --git a/xt/.htaccess b/xt/.htaccess
deleted file mode 100644
index 62adb574a..000000000
--- a/xt/.htaccess
+++ /dev/null
@@ -1,3 +0,0 @@
-# nothing in this directory is retrievable unless overridden by an .htaccess
-# in a subdirectory
-deny from all