mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-12-21 16:01:53 +00:00
.htaccess support apache 2.4+ (#190)
This commit is contained in:
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>
|
||||
|
Loading…
Reference in New Issue
Block a user