commit
b5bd15d923
|
@ -1,4 +1,11 @@
|
||||||
<FilesMatch "\.php$">
|
<FilesMatch "\.php$">
|
||||||
Order Deny,Allow
|
# Apache 2.2
|
||||||
Deny from all
|
<IfModule !mod_authz_core.c>
|
||||||
|
Order Deny,Allow
|
||||||
|
Deny from all
|
||||||
|
</IfModule>
|
||||||
|
# Apache 2.4
|
||||||
|
<IfModule mod_authz_core.c>
|
||||||
|
Require all denied
|
||||||
|
</IfModule>
|
||||||
</FilesMatch>
|
</FilesMatch>
|
Loading…
Reference in New Issue