10-23-2009, 07:35 PM
http://htaccesseditor.com/tc.shtml
如果空間後台沒這功能的,可以用這個網頁產生設定檔
http://www.blockacountry.com/
利用 .htaccess 擋特定國家IP
可擋子網域或單一IP, 403在XREA不指定會以空間本身的403顯示
如果空間後台沒這功能的,可以用這個網頁產生設定檔
http://www.blockacountry.com/
利用 .htaccess 擋特定國家IP
可擋子網域或單一IP, 403在XREA不指定會以空間本身的403顯示
引言:ErrorDocument 403 http://ninja.s206.xrea.com/403.php
<Limit GET HEAD POST>
order allow,deny
deny from 58.14.0.0/15
deny from 124.238.252.238
allow from all
</LIMIT>