Web authentication or ACL settings?

Hi all.

I have a web application where users can see the inital pages from a frameset.

This requires me to set the ACL to NO access and the options: Read/Write puclic documents ticked.

This works correctly but this application sends mail to internal users with direct links to documents within this database.

When the direct link is clicked the users sees a 404 error (Entry not found in index).

The link is correct and what i want this database to do is get the login page where the user can login before this document is being showed.

If i untick the ACL read/write public documents the login page is showed but if a user tries to get to the public part of this database the login page is also showed.

How can i show public pages without the login page and send a memo with a direct link to a document with the login page??

Hope someone can help me…

Subject: Web authentication or ACL settings?

FIY,If you want the public page is showed without the login page, you can create a new db and put the public page in,set this new db’s ACL attrib.

“read/writ”,when user visit it that login page will not be showed!