Puede evitar el acceso no autorizado a su archivo htaccess añadiendo esta regla al archivo:
\r\n# .htaccess protection\r\n\r\norder allow, deny\r\ndeny from all\r\nsatisfy all\r\n
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
Puede evitar el acceso no autorizado a su archivo htaccess añadiendo esta regla al archivo:
\r\n# .htaccess protection\r\n\r\norder allow, deny\r\ndeny from all\r\nsatisfy all\r\n