NormalizeSANames
Summary
Toggling automatic conversion of siteaccess namesUsage
NormalizeSANames=enabled|disabled
Description
This setting is enabled by default.
If enabled, siteaccess names are normalized. Characters not in the a-z and 0-9 ranges are converted to underscore. Consecutive underscores are reduced to one. Underscores at the start or end are removed.
If disabled, siteaccess names are not changed. So if the siteaccess is named "eng" and you enter "engæøå", it will not match the siteaccess. Instead it will return the default site access, usually the admin site access.
Examples
# Enabling non automatic conversion of siteaccess names # NormalizeSANames=enabled - for backward compability (all non alpha characters are converted to underscore) # RedirectOnNormalize=enabled - when transformation occurs, the page will hold a 301 status NormalizeSANames=enabled RedirectOnNormalize=disabled
Sarah Haïm-Lubczanski (28/03/2014 1:19 pm)
Sarah Haïm-Lubczanski (14/04/2014 7:10 am)
Comments
There are no comments.