Your IP : 216.73.216.86


Current Path : /home/emeraadmin/public_html/logs/
Upload File :
Current File : /home/emeraadmin/public_html/logs/.htaccess

# Prevent web access to logs folder
<IfModule mod_authz_core.c>
  Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
  Order allow,deny
  Deny from all
</IfModule>