Protection – Email shop Community https://theemailshop.co.uk/community Wed, 04 Dec 2019 06:39:45 +0000 en-US hourly 1 https://wordpress.org/?v=6.8.3 How to carefully protect your .htaccess file? https://theemailshop.co.uk/community/knowledge-base/how-to-carefully-protect-your-htaccess-file/ Wed, 04 Dec 2019 06:39:45 +0000 https://theemailshop.co.uk/forum/?post_type=epkb_post_type_1&p=1347 To maintain the highest security, our professionals recommend you preventing access to .htaccess file from any unauthorized access.

 

Add this code to your .htaccess file:

 

# .htaccess protection

 

order allow, deny
deny from all
satisfy all

]]>
How to protect the images of your website from any external site? https://theemailshop.co.uk/community/knowledge-base/how-to-protect-the-images-of-your-website-from-any-external-site/ Wed, 04 Dec 2019 06:31:56 +0000 https://theemailshop.co.uk/forum/?post_type=epkb_post_type_1&p=1307 External Website may use the < img /> tag that will display the image from your site somewhere else on the internet and in the end, you may find that some other website has been stealing your bandwidth.

 

  • Sign in to your cPanel account.
  • Click on ‘hotlink protection’ in the security section

 

  • If you see “Hotlink protection is currently disabled”, then simply click on the ‘enable’ button

 

]]>