DotnetNuke redirect

Posted by X-Dev on Stack Overflow See other posts from Stack Overflow or by X-Dev
Published on 2010-05-31T02:17:46Z Indexed on 2010/05/31 2:22 UTC
Read the original article Hit count: 417

our client needs to shortcuts to particular pages We need to redirect non existent urls like

http://site.com/promotion1

to the actual URL similar to

http://site.com/promotions/promotion1/tabid/799/language/en-AU/Default.aspx

...

I've sent a list of appropriate DNN modules to our client but it may take them forever to get back to me. In the mean time they still submitting requests to us to create redirects for them.

if there's no cost involved then i wont have to wait for them to get back to me.

so I'm looking for a Quick and free way to enable the clients to set these up on this own.

I've looked at:

http://www.snowcovered.com/snowcovered2/Default.aspx?tabid=242&PackageID=3302

http://www.ventrian.com/Resources/Projects/FriendlyUrls.aspx

http://www.codeproject.com/kb/aspnet/dnn2url_rewrite.aspx

But haven't had much luck in the small amount of time i have available.

Has anyone got some suggestions on how to achieve our goal with either the above resources or maybe some additional resource i haven't found yet?

(DNN v4.9)

© Stack Overflow or respective owner

Related posts about redirect

Related posts about dotnetnuke