| Current Path : /home/jeromecohp/www/aesecure/setup/master/images/sampledata/ |
| Current File : /home/jeromecohp/www/aesecure/setup/master/images/sampledata/.htaccess |
# aeSecure RewriteEngine on RewriteOptions Inherit # Comment this line if you wish to make possible to access the folder by url. # The line below will prohibited every single url like http://yoursite/images/sampledata/xxx RewriteRule . /%AESECURE_SITEROOT%aesecure/accessdenied.php?s=403&fld=images/sampledata [L] # secure directory by disabling script execution AddHandler cgi-script .php .pl .py .jsp .asp .sh .cgi Options -ExecCGI ##Deny access to all CGI, Perl, PHP and Python <FilesMatch "\.(asp?x|cgi|php|pl|py)$"> Deny from all </FilesMatch>