Guest User

Untitled

a guest
Jan 19th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. RewriteRule ^/([a-zA-Z0-9]+)(/([a-zA-Z0-9]+)(/([a-zA-Z0-9]+))?)?/?($|?) /default.aspx?resource=$1&id=$3&option=$5 [L]
  2.  
  3. RewriteRule ^/([^/]*)/?(.*)$ /default.aspx?resource=$1&$2 [L]
Add Comment
Please, Sign In to add comment