[PHP] Re: .htaccess authentification problem

2003-11-28 Thread Michael Hübner
sk for user/pass on first page and authnticate against DB > 2. If ok, put it in the $_SESSION > 3. When in the user dir, check his session and if he/she is not > authenticated make authentication with PHP (your code below) > > > Hope this helps, > Catalin > > &quo

[PHP] .htaccess authentification problem

2003-11-27 Thread Michael Hübner
Hallo, Hope somebody can help me. I'm working on Linux, Apache. On my start-site the user can log in via inserting Username and Password into normal formfields, which are compared with a DB. After this login, he can change to his own user-directory which is .htpasswd and .htaccess protected. Th