The index_html appears publicly accessible, even though 'View' is not checked. What I can't access is a another page in the same folder. I've just found the problem... It's to do with addressing pages in the same folder as index_html. I thought I could reference them as "page_1" but it looks as though it should be "current_folder/page_1". Have I got that right? -- John On Thu, Feb 05, 2004 at 07:30:18AM -0500, Small Business Services wrote:
From within the ZMI, while you are looking at (ie. editing) the index_html dtml method, click on the 'Security' tab and make sure the 'View' option in the 'Anonymous' column is checked (assuming that you want to give public access to the index_html page).
Jonathan
----- Original Message ----- From: "John Poltorak" <jp@warpix.org> To: <zope@zope.org> Sent: February 5, 2004 5:10 AM Subject: [Zope] Page only accessible via ZMI
I have a page referenced from index_html which displays fine on its own or linked to from the home page using the Test option in ZMI, but when trying to access it directly I get a 'Resource not found' error.
Is this a permission problem? And what do I need to change to access it?
I'm only a newbie so there could be any number of things which I have overlooked.
-- John