.htaccess 限制IP 瀏覽

<LIMIT GET>
order deny,allow
deny from all

# whitelist XXXX's  IP address
allow from 123.123.123.123

</LIMIT>