
July 20th, 2010, 12:24 PM
|
|
Registered User
|
|
Join Date: Jul 2010
Posts: 2
Time spent in forums: 10 m 49 sec
Reputation Power: 0
|
|
404 Error with trailing slashes in URL
I have a web application I'm trying to install that has URLs in the format of "somewebsite.com/subdir/index.cfm/about-us/" Every time I go to a page with something after the .cfm extension in the URL, and ending in a /, like "/about-us/", I get a 404 error.
I know that our server is set up to read URLs like this without the trailing slash because something like "somewebsite.com/subdir/post.cfm/about-us" will work, but as soon as I add the / at the end, I get the 404 error. We need to have the ability to read URLs with slashes at the end because we're setting up this new application that uses those very frequently.
Are there any IIS 6 settings or mappings that we might need to set up?
Thanks,
|