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 answer helpful? 0 Users Found This Useful (0 Votes)