Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. RewriteEngine On
  2. RewriteBase /
  3. RewriteCond %{HTTP_COOKIE} lang=([^;]+) [NC]
  4. RewriteRule ^(.*)$ /$1?lang=%1 [NC,L,QSA]
  5.  
  6. RewriteCond %{HTTP_COOKIE} !^.*userstate.*$ [NC]
  7. RewriteRule .* /login-error/set-cookie-first.cgi [NC,L]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement