NormalizeSANames

Summary

Toggling automatic conversion of siteaccess names

Usage

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
Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2013 eZ Systems AS (except where otherwise noted). All rights reserved.