| Current Path : /home/bijouxly/old/aesecure/cms/joomla/ |
| Current File : /home/bijouxly/old/aesecure/cms/joomla/.htaccess |
#aeSecure
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteOptions Inherit
RewriteCond %{REQUEST_URI} ^((.*/)cms/.*)$ [NC]
RewriteCond %{REQUEST_FILENAME} !index\.html [NC]
RewriteCond %{REQUEST_FILENAME} !mod_aesecure_quickicons_J(15|25|3)\.zip [NC]
RewriteRule .* %2accessdenied.php?s=403&file=%1 [L]
</IfModule>