Ban – 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.

]]>