I can see the link to the Zen master page layout in the settings panel, but when I click through, I get a 404 page-not-found error. What gives?
If you have IIS7 installed in front of your Confluence server, note that by default, IIS7 doesn't allow access to pages with titles containing ".master". To correct this, ask your web administrator to add the following code to IIS7:
<fileExtensions allowUnlisted="true">
<add fileExtension=".master" allowed="true" />
</fileExtensions>
This will allow you to access .zen.master pages, instead of getting a 404 page-not-found error.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.