Hi. As far as I can guess the alternative link that you see is a result of assigning a hostname to some node through the "manage hostnames" feature. Am I right that it's sort of a multilingual site with several top-level home nodes?
Its another thing that you said. Actually when we publish page at that time links created under "link to document " and "Alternative links" properties.
I have been running other multisites working fine on this install, but never down to the 3rd level of navigation, which is where this problem is happening.
What I am trying to figure out is if this is fixable on my version of Umbraco, 4.0.3?
Or if I need to upgrade, which I don't think I can (there are custom built portals on the same server) as these are the server specs:
Microsoft Windows 2008 Server Standard, SP2 x86, SQL 2005, NET Framework 3.0, IIS 7, MS SQL 2005, MS Visual Studio 2005.
link to document & alternate link problem
I got different Url under "link to document" and "alternate url" .
For example Root
I got different url under "link to document" and "alternative links" properties in umbraco
e.g.
---root
- page1
- subpage1
- subpage2
at level third :
link to document : /subpage1.aspx
alternative links: https:/www.abc.com/page1/subpage1.aspx
I want same url unde "link to document" as in "alternative links"
If anyone have idea please help me, I need solution of this problem.
thanks in advance
Hi. As far as I can guess the alternative link that you see is a result of assigning a hostname to some node through the "manage hostnames" feature. Am I right that it's sort of a multilingual site with several top-level home nodes?
Hi Rodion
Its another thing that you said. Actually when we publish page at that time links created under "link to document " and "Alternative links" properties.
If you know regarding this plz response back.
thanks
If I understand correctly, I am getting the same problem with hostnames, 3rd level nav and link to document.
I have:
Content -
- Site 1 (Link to document - ok)
- Section1 (Link to document - ok)
- Page1 (Link to document - doesn't work)
- Site 2 (Link to document - ok)
- Section2 (Link to document - ok)
- Page2 (Link to document - doesn't work)
I've been looking at these solutions:
http://our.umbraco.org/forum/using/ui-questions/5481-niceurl--3rd-level - I have no idea where to edit/place this code
http://umbraco.codeplex.com/workitem/19818?ProjectName=umbraco - I don't have the files in the download in my installation, so don't know where to put them?
http://our.umbraco.org/forum/using/ui-questions/3502-Problem-with-useDomainPrefixes-no-unique-URL-starting-with-3rd-level?p=1 - I have had no replies...
I'm using SQL Server 2005 and Umbraco 4.0.3.
Any help much appreciated as I really need to fix this asap :)
Hi. Ok, check if "umbracoHideTopLevelNodeFromPath" is set to "true" in the web.config file.
Yes - this is set to true
I have been running other multisites working fine on this install, but never down to the 3rd level of navigation, which is where this problem is happening.
What I am trying to figure out is if this is fixable on my version of Umbraco, 4.0.3?
Or if I need to upgrade, which I don't think I can (there are custom built portals on the same server) as these are the server specs:
Microsoft Windows 2008 Server Standard, SP2 x86, SQL 2005, NET Framework 3.0, IIS 7, MS SQL 2005, MS Visual Studio 2005.
Hi Rodion
I have checked "umbracoHideTopLevelNodeFromPath" is to "true", but it did not do anything.
Thanks for reply.
Open ~/config/umbracoSettings.config (or use the Config Editor package)
Look for the <useDomainPrefixes>false</useDomainPrefixes> and set to true.. default is false.
is working on a reply...