asp.net - How can I forward a url to the appropriate page? -
How can I forward a URL like:
Useful Page:
Is there any way to do this?
I am using a DNN CMS but if you are unfamiliar with DNN and still the solution for redirection which will be helpful.
Thank you,
Matt
You can find "friendly URL" within DN Rules ". In the Host Settings page, open the Friendly URL section under the Advanced Settings section. From there you can add a new rule, which is . * / Join / Default.aspx
and replaces it with ~ / JoinOptions / MemberRegistration.aspx
(I'm pretty sure that the use of that style of URL works , But I can replace the address with a URL to ~ / Default.aspx? Tabid = 423
).
By using this plan, you need to ensure that IIS requests the ASP.NET process. The easiest way to do this is to add the "Join" folder to "File" with a file called default as .px.
Comments
Post a Comment