[EMAIL PROTECTED] schrieb: [...]
I want, that one link on a page is either http://www.url.com/any-page.html for authenticated users or http://www.url.com/login-page.html for not authenticated users so, that the user can login on this page.
IIUC this is not the typical mechanism for protected pages ... Typcially, you issue a redirect to a login page when a non-authenticated user requests a protected page. You need this redirect anyway, so why do you want to manipulate the links? -- Andreas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
