Global navigation

   Documentation Center
   eZ Studio & eZ Platform
     User Manual
     Technical Manual
     Glossary
   eZ Publish 4.x / legacy

 
eZ Publish (5.x)

eZ Publish 5.x | For eZ Platform & eZ Studio topics see Technical manual and User manual, for eZ Publish 4.x and Legacy topics see eZ Publish legacy

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrected typos

The Index Page is the page shown when the root index / is accessed.

For each siteacces siteaccess, you can configure IndexPage, as in eZ Publish 4.x. Put the parameter index_page in your ezpublish.yml file, under the right siteaccess category.

Code Block
titleezpublish.yml
ezpublish:
    system:
        mygreat_site:
            languages:
                - eng-US
            #The page to show when accessing IndexPage (/)
            index_page: /yourURIPage
Info
If not specified, the index_page is the configured content root.