kentico_jurajo
-
6/25/2010 3:11:11 AM
RE:Trailing Slash on default.aspx
Hi,
You can add this key to your web.config file with value set to true:
<add key="CMSUseTrailingSlashOnlyForExtensionLess" value="true" />
This will ensure, that the trailing slash will be applied only if there is no extension in the URL. If there is some extension, trailing slash will not be added.
Best regards, Juraj Ondrus
|