Magnolia 4.5 reached end of life on June 30, 2016. This branch is no longer supported, see End-of-life policy.
Author and the public instances run the same Magnolia web application, they are just configured differently. Here are the settings you need to change an author to a public.
/server/admin
to false
.anonymous
role:website
workspace, grant read-only access to all website content.URL
space, grant Get & Post permission to URL /
but deny access to .magnolia
, .magnolia/
and any protected (members only) areas of your site./modules/adminInterface/virtualURIMapping/default/toURI
to your start page. The system does not know which page, or which site in a multisite configuration, visitors should be directed to by default. Set toURI
to the site root page or a page you want visitors to land on. For example, in the demo-project toURI
is set to redirect:/demo-project.html
. See URI mapping for help./server/admin
to true
.anonymous
role:website
workspace, deny access to all website content.URL
space, deny access to URLs /
and .magnolia/
./server/admin
to false
./server/secureURIList/0001/URI
to /.magnolia/*
. This requires authentication for AdminCentral only. You can secure other content by adding other URIs to the config./server/cache/level1/active
to true
./server/admin
to true
./server/secureURIList/0001/URI
to /*
. This requires authentication for everything./server/cache/level1/active
to false
.