From d2b27ba6a809da30e1045e6d2fb3c91bc5cf2399 Mon Sep 17 00:00:00 2001 From: Christian Ruppert Date: Sat, 11 Jul 2015 14:45:45 +0200 Subject: Remove auto-generated htaccess files which don't belong here --- data/.htaccess | 3 --- data/attachments/.htaccess | 3 --- data/cached/.htaccess | 2 -- data/webdot/.htaccess | 15 --------------- 4 files changed, 23 deletions(-) delete mode 100644 data/.htaccess delete mode 100644 data/attachments/.htaccess delete mode 100644 data/cached/.htaccess delete mode 100644 data/webdot/.htaccess (limited to 'data') 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 - - Allow from 192.20.225.0/24 - Deny from all - - -# Allow access to .png files created by a local copy of 'dot' - - Allow from all - - -# And no directory listings, either. -Deny from all -- cgit v1.2.3-65-gdbad