If you get the login screen, then it's clear that it's a permission issue. You can also get a quick overview of permissions under Tools > Permission list. Enter "anonymous", check the checkbox and you should get something along these lines for the PUBLIC instance:
Role: anonymous - Read only permission in the workspace resources with path /* - Read only permission in the workspace Expressions with path /* - Read only permission in the workspace Store with path /* - Read only permission in the workspace website with path /* - Read only permission in the workspace dms with path /* - Get & Post permission in the workspace uri with path /* - Deny access permission in the workspace uri with path /.magnolia - Deny access permission in the workspace uri with path /.magnolia/* - Deny access permission in the workspace uri with path /demo-project/members-area/protected* Role: categorization-base - Read only permission in the workspace data with path /categorization - Read only permission in the workspace data with path /categorization/* Role: contact-base - Read only permission in the workspace data with path /contacts - Read only permission in the workspace data with path /contacts/* Role: imaging-base - Read/Write permission in the workspace imaging with path /* Role: public-user-registration-base - Get & Post permission in the workspace uri with path /.magnolia/pages/password-reminder* - Get & Post permission in the workspace uri with path /.magnolia/pages/user-validation* - Get & Post permission in the workspace uri with path /.magnolia/pages/register* Could it be that you activated the anonymous user/role to public? They really have to be different from the author though, so activating roles especially is a dangerous play. Is your public instance really a public instance after all? If you installed it as author and then just changed the value in the server config to admin=false, it will seemingly make it a public, but the installation bootstraps will be wrong. [b]On installation[/b], different roles are bootstrapped for the anonymous role on public compared to the one on author. Are your settings correct for the magnolia.properties file in the public configuration? See the one from our empty webapp [1] as a reference. If your public is configured correctly, then it will bootstrap the correct roles: [code] 1 # this is only used for the initial installation afterward the configuration in the config repository is used 2 # the value is saved in /server/admin 3 magnolia.bootstrap.authorInstance=false [/code] HTH [1] http://svn.magnolia-cms.com/view/community/magnolia/tags/magnolia-4.5.2/magnolia-empty-webapp/src/main/webapp/WEB-INF/config/magnoliaPublic/magnolia.properties -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=c4181685-5755-447f-abac-8b8d677ae4ba ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
