AvailableSiteAccessList
Summary
Sets the siteaccesses that your eZ Publish installation provides.Usage
AvailableSiteAccessList[]=site_access_name1
AvailableSiteAccessList[]=site_access_name2
...
Description
This setting controls the siteaccesses that are available from eZ Publish. Most installations have two siteaccesses: the user site and the administration interface.
This setting has to be set in settings/override/site.ini.append(.php). eZ Publish will use the matching rules to decide which siteaccess a user wants to access. More information about the site access system can be found in the site management chapter.
Examples
AvailableSiteAccessList[]=example AvailableSiteAccessList[]=example_admin
This system has two siteaccesses: example and example_admin. Specific override settings for the public siteaccess can be found in the directory settings/siteaccess/example/. Specific override settings for the admin siteaccess can be found in the directory settings/siteaccess/example_admin/.
Frederik Holljen (04/03/2005 10:03 am)
Svitlana Shatokhina (11/10/2006 12:23 pm)
Comments
There are no comments.