Global navigation

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

 
Exponential (5.x)

Exponential 5.x | For eZ Platform & eZ Studio topics see Technical manual and User manual, for Exponential 4.x and Legacy topics see Exponential 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 Exponential 4.x. Put the parameter index_page in your exponential.yml file, under the right siteaccess category.

Code Block
titleexponential.yml
exponential:
    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.