Hi all
I am using URLrewriting and would like to use an absolute path.
Instead of this:
<add name="MyPage" virtualUrl="/page.htm" rewriteUrlParameter="None"
destinationUrl="~/newpage.aspx" ignoreCase="true" />
I would use this:
<add name="MyPage" virtualUrl="
http://www.mysite.com/page.htm"
rewriteUrlParameter="None" destinationUrl="~/newpage.aspx"
ignoreCase="true" />
Is this possible? If so, what code should I be using?
Thanks
Ben