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
Umbraco v4.7
.Net 4.0 Integrated Pipeline
Windows Server 2008 R2 w/ IIS7.5
I've managed to get DirectoryUrls working on my site, however it seems like adding a trailing slash to my URL gives me a 404 error.
Example
www.domain.com/about -- This works
www.domain.com/about/ -- This gives me a 404
Any ideas what I might be doing wrong or what other issue might be causing this?
Hi Jason,
You can remove the trailing slash if you want. In the umbracoSettings.config look for:
<addTrailingSlash>true</addTrailingSlash>
And change it to false see if that helps.
Ben
Ben, thanks so much, that has me up and running!
Isn't Umbraco supposed to handle both types of urls by default though?
I have this same problem, and I haven't gotten any replies to my post. Any luck so far?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Trailing Slash Breaking DirectoryUrls
Umbraco v4.7
.Net 4.0 Integrated Pipeline
Windows Server 2008 R2 w/ IIS7.5
I've managed to get DirectoryUrls working on my site, however it seems like adding a trailing slash to my URL gives me a 404 error.
Example
www.domain.com/about -- This works
www.domain.com/about/ -- This gives me a 404
Any ideas what I might be doing wrong or what other issue might be causing this?
Hi Jason,
You can remove the trailing slash if you want. In the umbracoSettings.config look for:
And change it to false see if that helps.
Ben
Ben, thanks so much, that has me up and running!
Isn't Umbraco supposed to handle both types of urls by default though?
I have this same problem, and I haven't gotten any replies to my post. Any luck so far?
is working on a reply...