Simply open the web.config file for your Sitecore website and locate the "encodeNameReplacements" section. Here you will see all existing string replacements, and can add the following line:
<replace mode="on" find=" " replaceWith="-"/>In this section you could also replace underscores with dashes or potentially entire words with others.
No comments:
Post a Comment