...
yml | site.ini[SiteAccessSettings] |
---|---|
location_id | PathPrefix |
excluded_uri_prefixes | PathPrefixExclude |
[SiteSettings] | |
location_id | IndexPage |
DefaultPage | |
RootNode |
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
ezpublish:
system:
ezdemo_site_group:
content:
tree_root:
# Root locationId. Default is top locationId
location_id: 123
# Every URL aliases starting with those prefixes will be considered
# being outside of the subtree starting at root_location.
# Default value is an empty array.
# Prefixes are not case sensitive.
excluded_uri_prefixes: [ /media, /images ] |
...