Address – Email shop Community https://theemailshop.co.uk/community Wed, 04 Dec 2019 06:34:31 +0000 en-US hourly 1 https://wordpress.org/?v=6.8.3 How to ban the IP address via .HTAccess? https://theemailshop.co.uk/community/knowledge-base/how-to-ban-the-ip-address-via-htaccess-2/ Wed, 04 Dec 2019 06:34:31 +0000 https://theemailshop.co.uk/forum/?post_type=epkb_post_type_1&p=1324 If any person is trying to hack the website and you want to block their IP Address, then you should simply add this line to your .htaccess file.

 

order allow, deny
deny from IP-ADDRESS
allow from all

 

Replace “IP address” with that address you need to block.

]]>
How would you blacklist an IP address to deny its access to your website? https://theemailshop.co.uk/community/knowledge-base/how-would-you-blacklist-an-ip-address-to-deny-its-access-to-your-website/ Wed, 04 Dec 2019 06:27:30 +0000 https://theemailshop.co.uk/forum/?post_type=epkb_post_type_1&p=1292 A user can lock their directory with a password via the cPanel “Password Protected Directories” icon.

 

  • Sign in to your cPanel account.
  • Click ‘IP blocker’ in the security section

 

  • Find ‘Add an IP or range’, and enter the IP address you want to block
  • Press the ‘Add’ button

 

Check out the example:

Single IP Address: 192.168.0.1
Range: 192.168.0.1-192.168.0.40
Implied Range: 192.168.0.1-40
CIDR Format: 192.168.0.1/32
Implies 10.*.*.* — 192.

]]>