RewriteEngine on
創(chuàng)新互聯(lián)建站于2013年創(chuàng)立,先為普寧等服務(wù)建站,普寧等地企業(yè),進(jìn)行企業(yè)商務(wù)咨詢服務(wù)。為普寧企業(yè)網(wǎng)站制作PC+手機(jī)+微官網(wǎng)三網(wǎng)同步一站式服務(wù)解決您的所有建站問題。
RewriteCond %{HTTP_USER_AGENT} ^.*curl.* [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^.*chrom* [NC]
RewriteRule .* - [F]
測試:[root@www ~]# curl -x127.0.0.1:80 www.test.com/forum.php(會(huì)提示
[root@www ~]# curl -x127.0.0.1:80 www.test.com/adkljh(也是403)
[root@www ~]# curl -x192.168.137.2:80 www.test.com/asdfg(也是403)
現(xiàn)在把curl那行注釋,[root@www ~]# curl -x192.168.137.2:80 www.test.com/asdfg(會(huì)提示404)
[root@www ~]# curl -x192.168.137.2:80 www.test.com/forum.php -I(會(huì)提示200)