Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
So in the web.config of a site I'm working on, I've set umbracoUseDirectoryUrls to "true" and that used to work fine on my dev server.
Problem is: The URL's without an extension are giving me a 404 error on the production server. Is there something in IIS that I'm missing?
Looks like your server is missing the wildcard-mapping. (map everything to asp.net)
In IIS you need to do the following:
http://professionalaspnet.com/archive/2007/07/27/Configure-IIS-for-Wildcard-Extensions-in-ASP.NET.aspx
Thanks guys, that did the trick!
@Sebastiaan you forgot about the wildcard mapping :S you did that before :)
@Roel well.. it's Niel's server, not mine, he had to fix it for me ;)
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.
Continue discussion
Extensionless URL's give 404 error
So in the web.config of a site I'm working on, I've set umbracoUseDirectoryUrls to "true" and that used to work fine on my dev server.
Problem is: The URL's without an extension are giving me a 404 error on the production server. Is there something in IIS that I'm missing?
Looks like your server is missing the wildcard-mapping. (map everything to asp.net)
In IIS you need to do the following:
http://professionalaspnet.com/archive/2007/07/27/Configure-IIS-for-Wildcard-Extensions-in-ASP.NET.aspx
Thanks guys, that did the trick!
@Sebastiaan you forgot about the wildcard mapping :S you did that before :)
@Roel well.. it's Niel's server, not mine, he had to fix it for me ;)
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.