I recently installed Umbraco version 4.7.2 on Godaddy. The root of the site already has an application that is running so I placed it as another application within iis which I am assuming is some sort of virtual directory. Everything went smooth enough and the site is up and running. After I pointed an additional url to the site in that folder it renders all of the links in the site like this http://sitename.com/folder/page ; I can manually type in the url link this http://sitename.com/page and everything renders fine. I would like the links that Umbraco renders to form like this http://sitename.com/page and not like this http://sitename.com/folder/page ; Any suggestions or help would be greatly appreciated.
Is there a way to do it in the XSLT since I only care about the links that are being generated for the pages. <a href="{umbraco.library:NiceUrl(@id)}"> Is there something else I could use that would generate the link without the folder?
Removing Virtual Directory from URL
I recently installed Umbraco version 4.7.2 on Godaddy. The root of the site already has an application that is running so I placed it as another application within iis which I am assuming is some sort of virtual directory. Everything went smooth enough and the site is up and running. After I pointed an additional url to the site in that folder it renders all of the links in the site like this http://sitename.com/folder/page ; I can manually type in the url link this http://sitename.com/page and everything renders fine. I would like the links that Umbraco renders to form like this http://sitename.com/page and not like this http://sitename.com/folder/page ; Any suggestions or help would be greatly appreciated.
You could set up some redirect rules probably...
Is there a way to do it in the XSLT since I only care about the links that are being generated for the pages. <a href="{umbraco.library:NiceUrl(@id)}"> Is there something else I could use that would generate the link without the folder?
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.