Guys,
I am trying to do some url rewriting but not quite working here is what i have:
Code:
<add name="campaignRewrite"
virtualUrl="^~/brandcampaign"
destinationUrl="^~/campaign/brandcampaign"
redirect="Application"
ignoreCase="true" />
I have a campaign page with bunch of pages in it. I want user to be able to hit
http://mysite/brandcampaign and that will goto actual page http://mysite/campaign/brandcampaign
I just get blank page. Without url rewrite the url http://mysite/campaign/brandcampaign works. Please note I have enabled directory urls and that all works.
Regards
Ismail
Level 2 certified. If it aint broke dont fix.