Re: how to integrate php

2006-01-13 Thread bss00ako
> 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? > The current page is our index page. If the us

Re: how to integrate php

2006-01-12 Thread Andreas Hartmann
[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 protect

Re: how to integrate php

2006-01-12 Thread bss00ako
> Yes, in many ways. > > The simplest would be with ".htaccess" via the webserver. > > If you want to implemented in lenya: > It depends which version of lenya you use. > It depends whether you need a different "view" on the page or not. > ... > > You need to tell us more of your requirements to gi

Re: how to integrate php

2006-01-12 Thread Thorsten Scherler
NOTE: Please, everyone keep the discussions around lenya on the mailing list and do *not* write messages to someone directly. That is counter productive for the community. Even if you think only one person is helping you, there a lot of opinions out there and some are likely to help by dropping a l

Re: how to integrate php

2006-01-12 Thread Thorsten Scherler
El jue, 12-01-2006 a las 14:07 +0100, [EMAIL PROTECTED] escribió: > > A solution depends on what you want do with the php. php will not work > > with lenya due to the fact that lenya is java based. So I imagine that > > you want to export a static lenya site and run this on a webserver, > > right?

Re: how to integrate php

2006-01-12 Thread bss00ako
> A solution depends on what you want do with the php. php will not work > with lenya due to the fact that lenya is java based. So I imagine that > you want to export a static lenya site and run this on a webserver, > right? > > salu2 my project ist still running on a webserver, but i want, that a

Re: how to integrate php

2006-01-12 Thread Thorsten Scherler
El jue, 12-01-2006 a las 12:14 +0100, [EMAIL PROTECTED] escribió: > Hello, > i want to integrate php in the page2xhtml using: > > @include 'http://www.myurl.com/tmp/test.php'; > ?> > > but i don't get any answer or error message. what am i doing wrong? Nothing. xsl is just not php so the above