标签:http index access htm pac module apach UI doc
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>
标签:http index access htm pac module apach UI doc
原文地址:http://www.cnblogs.com/yuanjiangw/p/6460877.html