mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-07-31 19:30:21 +02:00
.htaccess support apache 2.4+ (#190)
This commit is contained in:
committed by
Edward Z. Yang
parent
39068e6d08
commit
b74425bee5
@@ -1 +1,7 @@
|
|||||||
Deny from all
|
<IfModule mod_authz_core.c>
|
||||||
|
Require all denied
|
||||||
|
</IfModule>
|
||||||
|
|
||||||
|
<IfModule !mod_authz_core.c>
|
||||||
|
Deny from all
|
||||||
|
</ifModule>
|
||||||
|
@@ -1 +1,7 @@
|
|||||||
Deny from all
|
<IfModule mod_authz_core.c>
|
||||||
|
Require all denied
|
||||||
|
</IfModule>
|
||||||
|
|
||||||
|
<IfModule !mod_authz_core.c>
|
||||||
|
Deny from all
|
||||||
|
</ifModule>
|
||||||
|
Reference in New Issue
Block a user