Hello webmasters.
this is my first post in this forum.
i have a site which needs to be blocked from certain countries (ip rage).
htaccess modification allows this but i also need to show 403 error page located in public_html/allow.access/index.html
is that possible?
current htaccess configuration is....
<Limit GET HEAD POST>
order allow,deny
# Country:
# ISO Code:
# Total Networks: 900
# Total Subnets: 34,652,416
deny from x.x.0.0/xx
deny from x.xx.0.0/xx
#
allow from all
</Limit>