| Current Path : /home/bijouxly/old/aesecure/third/ |
| Current File : /home/bijouxly/old/aesecure/third/.htaccess |
#aeSecure
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteOptions Inherit
RewriteCond %{REQUEST_URI} ^((.*/)third/.*)$ [NC]
RewriteCond %{REQUEST_FILENAME} !index\.html [NC]
RewriteCond %{REQUEST_FILENAME} !\.(ico?n|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 [L]
</IfModule>