Skip to content

Block visitors to your website from certain countries and states. It support multiple rules for blocking/redirection.

Notifications You must be signed in to change notification settings

ip2location/magento2-ip2location-countrystateblocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IP2Location Country Blocker

This plugin enable Magento users to easily redirect or block visitors based on their geo location. Below are the key features of this plugin

  • Block visitors by country
  • Block visitors by IP address
  • Redirect visitors to correct store by country

This plugin support the use of IP2Location Free LITE BIN database or IP2Location web service for geolocation lookup.

IPv4 BIN vs IPv6 BIN

Use the IPv4 BIN file if you just need to query IPv4 addresses.

Use the IPv6 BIN file if you need to query BOTH IPv4 and IPv6 addresses.

Installation Guide

  1. Under the Magento installation directory, please create sub directory app/code/Hexasoft/IP2LocationCountryBlocker.

  2. Upload the files in this repository to that directory.

  3. Open terminal or command line then navigate to Magento installation directory.

  4. Enable IP2Location Country Blocker extension by following commands,

    php -q bin/magento cache:disable
    php -q bin/magento module:enable --clear-static-content Hexasoft_IP2LocationCountryBlocker
    php -q bin/magento setup:upgrade
    php -q bin/magento cache:enable
    
  5. Open your web browser, login to Magento as administrator and navigate to Store > Configuration > IP2Location > Country Blocker.

  6. Configure the correct database path or API key. The module will use Web service as first priority, if API key is provided.

About

Block visitors to your website from certain countries and states. It support multiple rules for blocking/redirection.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages