| Current Path : /home/bijouxly/old/aesecure/assets/ |
| Current File : /home/bijouxly/old/aesecure/assets/.htaccess |
#aeSecure
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteOptions Inherit
RewriteCond %{REQUEST_URI} ^((.*/)assets/.*)$ [NC]
RewriteCond %{REQUEST_FILENAME} !index\.html [NC]
RewriteCond %{REQUEST_FILENAME} !\.(icon?|img|gif|jpe?g|png|css|map)$ [NC]
RewriteCond %{REQUEST_FILENAME} !\.js(\?.*)?$ [NC]
RewriteCond %{REQUEST_FILENAME} !\.(eot|svg|ttf|woff2?)(\?.*)?$ [NC]
RewriteRule .* %2accessdenied.php?s=403&file=%1&blocked=%2 [L]
</IfModule>