Is there a way to add alternative links for a page? For example, if I have a page titled "Home" and the main link for it is /home.aspx; is there to set the default.aspx to direct to that page? So that when someone goes to the main domain, gets directed to that page?
As long as it's the first node directly under the Content folder, it should redirect automatically. If it's not you can move it by right clicking on the Content folder and choosing sort, then drag it to the top. It should then work for home.aspx, default.aspx or / (no page specified).
Alternative Links for Content Pages
Is there a way to add alternative links for a page? For example, if I have a page titled "Home" and the main link for it is /home.aspx; is there to set the default.aspx to direct to that page? So that when someone goes to the main domain, gets directed to that page?
You can use umbracoUrlAlias property or another option might be urlrewriting, see urlrewriting.config in the config folder.
Hope this helps,
Harald
As long as it's the first node directly under the Content folder, it should redirect automatically. If it's not you can move it by right clicking on the Content folder and choosing sort, then drag it to the top. It should then work for home.aspx, default.aspx or / (no page specified).
-Chris
is working on a reply...