0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-07 22:35:18 +00:00

.htaccess support apache 2.4+ (#190)

This commit is contained in:
Benjamin Brahmer 2018-11-11 20:55:13 +01:00 committed by Edward Z. Yang
parent 39068e6d08
commit b74425bee5
2 changed files with 14 additions and 2 deletions

View File

@ -1 +1,7 @@
Deny from all
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
Deny from all
</ifModule>

View File

@ -1 +1,7 @@
Deny from all
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
Deny from all
</ifModule>