/
home
/
henzagold
/
customer1
/
export2
/
File Upload :
llllll
Current File: /home/henzagold/customer1/export2/.htaccess
<IfModule mod_rewrite.c> <IfModule mod_negotiation.c> Options -MultiViews -Indexes </IfModule> #Options +FollowSymLinks -MultiViews #RewriteEngine On #RewriteBase /customer/ # Handle Authorization Header #RewriteCond %{HTTP:Authorization} . #RewriteBase /customer/ #RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] # Redirect Trailing Slashes If Not A Folder... #RewriteCond %{REQUEST_FILENAME} !-d #RewriteCond %{REQUEST_URI} (.+)/$ #RewriteBase /customer/ #RewriteRule ^ %1 [L,R=301] # Handle Front Controller... RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f #RewriteBase /customer/ RewriteRule ^ /customer/index.html [L] </IfModule> #RewriteEngine On #RewriteBase /customer #RewriteRule ^index\.html$ - [L] // not entirely sure about this one #RewriteCond %{REQUEST_FILENAME} !-f #RewriteCond %{REQUEST_FILENAME} !-d #RewriteRule . /index.html [L] #RewriteEngine On #RewriteBase /export #RewriteRule ^export/index\.html$ - [L] #RewriteCond %{REQUEST_FILENAME} !-f #RewriteCond %{REQUEST_FILENAME} !-d #RewriteRule . /customer/export/index.html [L] #RewriteBase /customer #RewriteRule .* index.php [L] #RewriteRule /.* index.html [L]
Copyright ©2k19 -
Hexid
|
Tex7ure