Advertisement
Guest User

Untitled

a guest
Feb 25th, 2016
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <IfModule mod_rewrite.c>
  2. Options +FollowSymLinks
  3. RewriteEngine On
  4. RewriteCond %{REQUEST_FILENAME} !-f
  5. RewriteCond %{REQUEST_FILENAME} !-l
  6. RewriteCond %{REQUEST_FILENAME} !-d
  7. RewriteCond %{REQUEST_FILENAME} !/bitrix/urlrewrite.php$
  8. RewriteRule ^(.*)$ /bitrix/urlrewrite.php [L]
  9. RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization}]
  10. </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement