知識庫

How to Protect the htaccess File

客戶系統 > 知識庫 > Security > 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

這篇文章有幫助嗎?
0 Users Found This Useful 0 Votes

Also Read