I'm quite new to Umbraco, so please be patient. :)
Installation: Umbraco 4.0.2.1 Dot.Net 2.0.50727 2003 Server, with IIS6 SQL server 2005
I'm working on a new site, with the admin working fine, as well as the live home page, but the sub pages aren't appearing online. I can publish them without errors, but when I try to access them online, I always get a 404 error. No stacktrace or app error, just a plain 404.
The home page is fine though (www.mydomain.com/), and my navigation macros do list the others pages with their urls. However, if I try to access it by the direct adresse (mydomain.com/home), I get the same 404 as for the other pages.
The Doment types and Templates are the same on my developpement servers, that was hosted on a Windows 7 install with IIS & and VistaDB. That one was working fine.
Ok, the content page are working if I put back the "umbracoUseDirectoryUrls" key to false. I switched it back and forth, republishing the whole site, and the problem is only present when the key is at true.
But we want to use the DirectoryUrls. Could an ISAPI Rewriter installed on the server mess with that, even if not enabled on the Umbraco website?
Subpages not appearing
Hi,
I'm quite new to Umbraco, so please be patient. :)
Installation:
Umbraco 4.0.2.1
Dot.Net 2.0.50727
2003 Server, with IIS6
SQL server 2005
I'm working on a new site, with the admin working fine, as well as the live home page, but the sub pages aren't appearing online. I can publish them without errors, but when I try to access them online, I always get a 404 error. No stacktrace or app error, just a plain 404.
The home page is fine though (www.mydomain.com/), and my navigation macros do list the others pages with their urls. However, if I try to access it by the direct adresse (mydomain.com/home), I get the same 404 as for the other pages.
The Doment types and Templates are the same on my developpement servers, that was hosted on a Windows 7 install with IIS & and VistaDB. That one was working fine.
Any idea where to look to correct this problem?
Antoine
Ok, the content page are working if I put back the "umbracoUseDirectoryUrls" key to false. I switched it back and forth, republishing the whole site, and the problem is only present when the key is at true.
But we want to use the DirectoryUrls. Could an ISAPI Rewriter installed on the server mess with that, even if not enabled on the Umbraco website?
For the directory URLs to work with Umbraco you need to setup the wildcard mapping in IIS. Your ISAPI rewriter could possibly be messing with it.
To setup the wildcard mapping in IIS 6 follow these instructions from MS.
Hope this gets it working for you.
Peter
is working on a reply...