Quick Nav:  Online Store   |   Login | Register

Rewrite child portal URLs with "alias="

Rate this topic:

Please Register to post a reply. Another benefit of registration is the ability to subscribe to and recieve notifications of new posts.
AuthorMessages
OM
<50 Posts
Posts:35


04/06/2008 10:16 PM  

One more question :)

Can PB rewrite (not redirct this time ;) child portal homepage URLs to get rid of the "&alias=childportalname" query string param?  I know that other rewriters (Ventrian if I recall correctly have problems with this)

Thanks

OM

John Mitchell
Posts:3268


04/07/2008 7:44 AM  

That is actually a side-effect in DNN because of a 302 redirect.  You can rewrite those Urls using the core DNN SiteUrls.config.

I blogged about this here:

Use SiteUrls.config to clean up the DotNetNuke ChildPortal Url

rahmat
<20 Posts
Posts:2


04/08/2008 11:51 PM  

Other option:

You can replace line:

Response.Redirect(DomainName,True);

to:

Server.Transfer(DomainName,True);

in your child portal directory's Default.aspx file

Please Register to post a reply. Another benefit of registration is the ability to subscribe to and recieve notifications of new posts.
Forums >Snapsis Product Support >PageBlaster > Rewrite child portal URLs with "alias="



ActiveForums 3.7
Powered by: Snapsis Software