Hi there!
I came accross the following problem:
I have a portal, with multiple aliasses for it. Let's say alias1 and alias2. I do mention that alias1 is the first one in the alias list.
I open the site in web browser using alias2, then I click the portal logo (the one on the upper-left corner). The site redirects to alias1 default page, though I have been surfing using alias2.
I looked over the Logo.ascx.vb file and seems to me that in the following line
the GetPortalDomainName(PortalSettings.PortalAlias.HTTPAlias, Request) function always returns the first alias in the list (i.e. the default one).
Meanwhile, the expected behavior will be to keep the current alias, I mean, alias2.
The example can be found on my website:
www.softmentor.eu (is the second alias)
www.softmentor.ro (is the first alias)
Your help is much appreciated!!
Thank you in advance,
Marius
hypLogo.NavigateUrl = GetPortalDomainName(PortalSettings.PortalAlias.HTTPAlias, Request) & "/" & glbDefaultPage