kentico_martind
-
6/6/2010 3:17:04 PM
RE:CMS uses URL with trailing slash on files(?!)
Hello,
This is by-design behavior, but you can optionally set following key into /configuration/appSettings section of your web.config file to apply trailing slash only for extension-less URLs:
<add key="CMSUseTrailingSlashOnlyForExtensionLess" value="true" />
Best Regards,
Martin Dobsicek
|