How to Block IP by Country: Restrict Access to Your Website from Specific Countries Using .htaccess

This quick and easy tutorial will show you how to control site access based on visitors’ location. With some tweaks to the .htacess file, it’s possible to allow or block visitors from certain countries. Keep reading!

Allowing or Blocking Visitors From Specific Countries Using .htaccess

Once launched, a website is available worldwide. However, in many cases, it’s necessary to control your site access, especially when you want to stop spammers and hackers from particular countries.

Hostinger web hosting banner

Fortunately, you can use your WordPress .htaccess file to allow or block visitors from specific countries. Let’s learn how to do so.

Step 1: Generate the Country’s IP Addresses

Plenty of online tools are available to allow or block visitors according to their country. In this tutorial, we’ll be using Country IP Blocks.

  1. Head to Country IP Blocks homepage.
  2. Select the countries you want to block or allow.
  3. On the Select Format section, choose Apache .htaccess Deny or Apache .htaccess Allow. The choice depends on whether you want to block or allow visitors from those countries.
  4. Click Create ACL.Create ACL Using Country IP Blocks
  5. The ACL results will appear on the right side of your screen. Press the Copy ACL to Clipboard button.Allow or Block Countries Using Country IP Blocks
  6. If you are using the allow function, make sure to insert the line deny from all above the list of allowed IPs.

Step 2: Insert the Generated IP Addresses into the .htaccess File

Finally, paste the IP addresses of the countries you want to block or allow to .htaccess file. Here’s how to do it using Hostinger’s hPanel:

  1. Go to Files -> File Manager.
  2. Select your domain and hit Go To File Manager.
  3. Navigate to the public_html folder and double-click the .htaccess file.
  4. Paste ACL to your .htaccess file and hit Save & Close. Your .htaccess file will look like this:Allow or Block Countries Using .htaccess File

You can also use an FTP client to edit the .htaccess file.

Important! If you cannot access your website after inserting the generated IP addresses, check whether your IP address is included on the block list. You can find your IP address via What Is My IP Address

Conclusion

In this tutorial, you’ve learned the easy way to block or allow visitors from specific countries. All you need to do is generate the country’s IP address via Country IP Blocks, then insert an access control list (ACL) into your .htaccess file.

We hope that this guide was helpful. Let us know in the comments if you have any questions.

Hostinger web hosting banner
Author
The author

Elvinas S.

Elvinas is a senior server administrator at Hostinger. He monitors the infrastructure’s well-being and keeps the uptime at a maximum. Besides server management, web development has always been one of his biggest passions.