.htaccess 123 Bytes
Newer Older
Phạm Văn Đoan committed
1 2 3 4 5 6
<IfModule authz_core_module>
    Require all denied
</IfModule>
<IfModule !authz_core_module>
    Deny from all
</IfModule>