Knowledge Base

How to Protect the htaccess File

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

 

Please rate this article to help us improve our Knowledge Base.

0 0