fbpx

How to protect your htaccess file?

We recommend you to protect your .htaccess file from unauthorized access.

You can do this by denying access to anyone that tries to access it.

Only thing you need to do is add this code to your .htaccess file:

# .htaccess protection

order allow, deny
deny from all
satisfy all

Visit our blog for more knowledgebase articles !