ez.no / exponential / documentation / configuration / configuration / tips & tricks / setting default page
In site.ini, under [siteSettings]:
# Which page to show when the root index is accessed IndexPage=/content/view/sitemap/2/ # What to do when a module does not exists, use either defaultpage or displayerror ErrorHandler=displayerror DefaultPage=/content/view/sitemap/2/ # Default access is needed when uri type matching is done, this is # because with empty urls it's not possible to fetch the access DefaultAccess=
So, you can set DefaultPage and DefaultAccess to match your needs.
Log in or create a user account to comment.
Comments