# aeSecure
ErrorDocument 403 '
Access deniedAccess denied, unauthorized access.
If you think it"s an error, please inform the webmaster to help him to adjust his security rules. Thank you.
Code : 403 - Deny access
'
# Block standard Joomla files that are always installed by default
Order Allow,Deny
Deny from all
#Deny access to all CGI, Perl, PHP and Python
Deny from all
# secure directory by disabling script execution
AddHandler cgi-script .php .pl .py .jsp .asp .sh .cgi
Options -ExecCGI