guys i am new umbraco, my question is, while developing the sample site from template i have replaced the older tabs of site to other names.but problem is that i am not finding where is the Home page and attached links code.
Can anybody here tell me about the location and edition of the homepage to customize menu and attachment.
No umbraco document matches the url 'http://localhost:29076/umbraco'
umbraco tried this to match it using this xpath query'/root/* [@urlName = "umbraco"] | /root/*/* [@urlName = "umbraco"]')
This page can be replaced with a custom 404 page by adding the id of the umbraco document to show as 404 page in the /config/umbracoSettings.config file. Just add the id to the '/settings/content/errors/error404' element.
I can't understand what you are looking for. The "homepage" of the front end is located at: 'http://localhost:29076/' and the back office 'http://localhost:29076/umbraco/'.
If this doesent work there may be something wrong with the settings?
If I am not mistanking, the homepage is by default the first page that appears in the hierarchy. You then need to assign it a template that contains navigation etc.
where to find the umbraco homepage
guys i am new umbraco, my question is, while developing the sample site from template i have replaced the older tabs of site to other names.but problem is that i am not finding where is the Home page and attached links code.
Can anybody here tell me about the location and edition of the homepage to customize menu and attachment.
Hello,
if you are referring to the home page of the baclkoffice administration tools, it is located at http://yoursitedomain/umbraco
Cheers,
Michael.
I am asking in case of localhost developement.
http://localhost/umbraco/
it is giving following error......
Page not found
No umbraco document matches the url 'http://localhost:29076/umbraco'
umbraco tried this to match it using this xpath query'/root/* [@urlName = "umbraco"] | /root/*/* [@urlName = "umbraco"]')
This page can be replaced with a custom 404 page by adding the id of the umbraco document to show as 404 page in the /config/umbracoSettings.config file. Just add the id to the '/settings/content/errors/error404' element.
For more information, visit information about custom 404 on the umbraco website.
This page is intentionally left ugly ;-)
Hi
Try 'http://localhost:29076/umbraco/' and 'http://localhost:29076/umbraco/default.aspx'?
ya this page is showing content files only not homepage.I want the location of homepage where all the pages are connected.
I can't understand what you are looking for. The "homepage" of the front end is located at: 'http://localhost:29076/' and the back office 'http://localhost:29076/umbraco/'.
If this doesent work there may be something wrong with the settings?
Hi,
If I am not mistanking, the homepage is by default the first page that appears in the hierarchy. You then need to assign it a template that contains navigation etc.
Cheers,
Michael.
is working on a reply...