The Index Page is the page shown when the root index / is accessed.
For each 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.
exponential:
system:
mygreat_site:
languages:
- eng-US
#The page to show when accessing IndexPage (/)
index_page: /yourURIPage |
| If not specified, the index_page is the configured content root. |