AI OnAI Off
Hi Peter,
Each page has a property called PageExternalURL that contains the "simple url" for the page. Thus it is not possible to have mueltiple simple urls on one page.
There are two solutions:
1. Create a new page and add a shortcut to the right page
2. Use the URL Rewrite IIS module to add a redirect rule
string simpleurl = (string)CurrentPage.Property["PageExternalURL"].Value;
-Alex
Hi!
Is it possible to have more than one simple url on a page? I want to avoid creating multiple pages and use dynamic content.
/Peter