Guest User

Untitled

a guest
Aug 17th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. Create a 301 redirect using ISAPI Rewrite for IIS
  2. RewriteRule shoppingcart.aspx ViewCart.aspx [NC,R=301]
  3.  
  4. RewriteRule search.aspx?advanced=1 AdvancedSearch.aspx [NC,R=301]
  5.  
  6. RewriteCond %{QUERY_STRING} ^advanced=1$ [NC]
  7. RewriteRule search.aspx AdvancedSearch.aspx? [NC,R=301,L]
Add Comment
Please, Sign In to add comment