File: /home/posscale/public_html/epygi/.htaccess
##
# Created By Jason Loeken - Pos scales & Surveillance
# ErrorDocument 403 /specific_page.html
# ALLOW USER BY IP
<Limit GET POST>
order deny,allow
# deny from all
allow from 120.29.8.206
allow from 223.252.16.250
allow from 115.30.36.66
# allow from 123.123.123.123
</Limit>
# PREVENT VIEWING OF .HTACCESS
<Files .htaccess>
order allow,deny
deny from all
</Files>
# protect phpinfo
<Files rcci.php>
Order Deny,Allow
Deny from all
allow from 120.29.8.206
allow from 223.252.16.250
allow from 115.30.36.66
</Files>