Commit 80561e20 authored by Frédéric Buclin's avatar Frédéric Buclin

Back out bug 1138463 - data/assets/.htaccess must be fixed too

parent 9177ade4
......@@ -436,12 +436,7 @@ EOT
Allow from all
</IfVersion>
<IfVersion >= 2.4>
<IfModule mod_perl.c>
Allow from all
</IfModule>
<IfModule !mod_perl.c>
Require all granted
</IfModule>
Require all granted
</IfVersion>
</IfModule>
<IfModule !mod_version.c>
......@@ -455,12 +450,7 @@ EOT
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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment