.htaccess 阻擋ip &允許IP設定方法

.htaccess阻擋ip定

.htaccess 檔案內容如下

order allow,deny
deny from xxx.xxx.xxx.xxx
allow from all

.htaccess允許ip設定

order deny,allow
allow from xxx.xxx.xxx.xxx
deny from all

隱藏資訊
備註:
使用.htaccess 檔案方法
編輯 /etc/httpd/conf/httpd.conf
打開以下功能
AllowOverride All
AccessFileName .htaccess

重新啟動apache
/etc/rc.d/init.d/httpd restart