I'd like to enabled Umbraco directory urls for an Umbraco project I'm working on. I've set the umbracoUseDirectoryUrls
config setting to true. Unfortunately I'm now getting 404 errors on all pages without extension (with extension they're still working). Below are the configuration details:
- IIS 7.5 on Windows 7 x64
- Umbraco version 4.0.1
- Application pool is running in .Net 2.0 classic mode
- I've added a wildcart script mapping in IIS to
aspnet_isapi.dll
before the StaticFile handler
The 404 error always originates from the StaticFile handler. I don't understand why it doesn't go through the isapi handler.
Unfortunately I will not be able to upgrade Umbraco, change to integrated mode, or change to .NET 4 at this moment.