How to Protect Your htaccess File

Knowledgebase / How to Protect Your htaccess File

How to Protect Your htaccess File

1 found helpful (2 votes) ...
Back to Knowledgebase

You can prevent unauthorized access to your htaccess file by adding this rule to the file:

# .htaccess protection

order allow, deny
deny from all
satisfy all

 


Was this article helpful?



Still need help?

Open a support ticket →

On This Page