Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- RewriteEngine On
- RewriteCond %{REQUEST_FILENAME} !-f
- RewriteCond %{REQUEST_FILENAME} !-d
- RewriteRule ^(.*)$ %{ENV:BASE}index.php [QSA,L]
- RewriteCond %{HTTP:Authorization} .+
- RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement