summaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2015-12-02 00:10:49 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2015-12-02 00:10:49 +0100
commitb94ffcb1f443efa0c790441853984ea5aa5e4c31 (patch)
treea533d45f525c158405049605b1f49414a1189fca /.htaccess
parent7027d7998e3ae3e3b3f5450f28ff50ddca94b951 (diff)
downloadbugzilla-b94ffcb1f443efa0c790441853984ea5aa5e4c31.tar.gz
bugzilla-b94ffcb1f443efa0c790441853984ea5aa5e4c31.tar.xz
Back out bug 1138463. This fix is actually incorrect and the bug was correctly fixed by bug 1223790
a=dkl on IRC
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess7
1 files changed, 1 insertions, 6 deletions
diff --git a/.htaccess b/.htaccess
index 8f40e96c6..973b396d4 100644
--- a/.htaccess
+++ b/.htaccess
@@ -5,12 +5,7 @@
Deny from all
</IfVersion>
<IfVersion >= 2.4>
- <IfModule mod_perl.c>
- Deny from all
- </IfModule>
- <IfModule !mod_perl.c>
- Require all denied
- </IfModule>
+ Require all denied
</IfVersion>
</IfModule>
<IfModule !mod_version.c>