authz_core_module

w

https://httpd.apache.org/docs/trunk/mod/mod_authz_core.html

 

codeigniter

index.html

.htaccess

<IfModule authz_core_module>
Require all denied
</IfModule>
<IfModule !authz_core_module>
Deny from all
</IfModule>


posted @ 2017-02-26 23:29  papering  阅读(263)  评论(0编辑  收藏  举报