餅乾工坊

完整版: .htaccess 編輯器
您正在瀏覽簡化版內容。 請點這裡瀏覽完整版。
http://htaccesseditor.com/tc.shtml
如果空間後台沒這功能的,可以用這個網頁產生設定檔

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>