Base de Conhecimento

How to Protect the htaccess File

Suporte > Base de Conhecimento > 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

Esta resposta foi útil?
0 Utilizadores acharam útil 0 Votos

Leia também