ModuleViewAccessMode[<module>]=<view>
This setting allows you to define the view access mode to use for each module. It expects a module reference as index, and the desired view as value.
The default access mode is plain HTTP. Defining a view as "ssl" will force HTTPS access mode for the given view. If a view is defined as "keep" then access mode is unknown for this view, and the previous access mode is kept.
With the patch EZP-22204, the "nossl" option is added :
Define a view as "nossl" will force HTTP for this module. Further SSL redirections will be ignored.
For this setting to be considered, the SSLZones setting must be set to enabled.
ModuleViewAccessMode[] ModuleViewAccessMode[shop/add]=ssl ModuleViewAccessMode[shop/basket]=ssl ModuleViewAccessMode[content/*]=keep ModuleViewAccessMode[layout/*]=keep ModuleViewAccessMode[help]=nosslPowered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2013 eZ Systems AS (except where otherwise noted). All rights reserved.