标签: .htaccess magento ip
我已经在ip2location上为.htaccess文件生成了阻止某些国家/地区列表。但是如果我阻止我的国家,我怎么能在我的国家/地区的计算机上访问?你对.htaccess设置有什么想法吗?
<Limit GET HEAD POST> order allow,deny allow from all deny from 1.0.1.0/24 deny from 1.0.2.0/23 deny from 1.0.8.0/21 </Limit>