Caution: This documentation is for eZ Publish legacy, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

ModuleViewAccessMode

Summary

View access mode to use for each module.

Usage

ModuleViewAccessMode[<module>]=<view>

Description

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.

Examples

ModuleViewAccessMode[]
ModuleViewAccessMode[shop/add]=ssl
ModuleViewAccessMode[shop/basket]=ssl
ModuleViewAccessMode[content/*]=keep
ModuleViewAccessMode[layout/*]=keep
ModuleViewAccessMode[help]=nossl

Svitlana Shatokhina (24/05/2006 8:14 am)

Sarah Haïm-Lubczanski (14/03/2014 11:39 am)

Svitlana Shatokhina, Ricardo Correia, Sarah Haïm-Lubczanski


Comments

There are no comments.