I can't reach the .zen.master page, even though Zen says it exists

Darryl Duke
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 22, 2013

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?

1 answer

1 accepted

0 votes
Answer accepted
Darryl Duke
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 22, 2013

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.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events