Professional – 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

]]>