Can I rewrite the whole url?
Posted
by Yaroslav Yakovlev
on Stack Overflow
See other posts from Stack Overflow
or by Yaroslav Yakovlev
Published on 2010-06-15T18:07:32Z
Indexed on
2010/06/15
18:12 UTC
Read the original article
Hit count: 202
url-rewriting
I need to rewrite the whole url. E.g. I have a http://UrlToRewrite.com/default.aspx?myParams=myvalues and I need it to be http://SingleUrl.com Is it possible to make such a thing with default url rewriters? Another question is, is it possible to make the same thing, but depending on the parameter destination url will be http://SingleUrl1.com and http://SingleUrl2.com.
© Stack Overflow or respective owner