How to white-list An IPaddress From mod_geoip Restriction

For white-listing an ipaddress from geoip restriction, we need to add the below line in .htaccess file of domain.

RewriteCond %{REMOTE_ADDR} !=IPADDRESS

Here replace 'IPADDRESS' with the ipaddress which need to be white-list.

Leave a Reply