Guest User

Untitled

a guest
Jun 23rd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. RewriteRule ^(.*)$ /bar/?%{ENV:UNIQUE_ID}
  2.  
  3. RewriteCond %{ENV:UNIQUE_ID} !%{QUERY_STRING}
  4.  
  5. RewriteCond %{QUERY_STRING} %{QUERY_STRING}
  6.  
  7. RewriteRule ^(.*)$ /test/%{QUERY_STRING}/%{ENV:UNIQUE_ID}
  8.  
  9. RewriteCond %{ENV:UNIQUE_ID}:%{QUERY_STRING} !^(.+):1$
Add Comment
Please, Sign In to add comment