.htaccess ip 目录访问限制 apache ip限制目录访问 网站目录IP限制访问
子目录中上传.htaccess文件
以下是只允许指定的IP访问网站的某个目录
<Limit GET POST PUT>
order deny,allow
deny from all
allow from 11.12.44.200
allow from 131.12.44.200
</Limit>
order deny,allow
deny from all
allow from 11.12.44.200
allow from 131.12.44.200
</Limit>
.htaccess ip 目录访问限制 apache ip限制目录访问 网站目录IP限制访问