How Can We Help?
How to carefully protect your .htaccess file?
To maintain the highest security, our professionals recommend you preventing access to .htaccess file from any unauthorized access.
Add this code to your .htaccess file:
# .htaccess protection
order allow, deny
deny from all
satisfy all