Posted by NC on 03/11/06 20:20
Josselin wrote:
>
> If I don't want to implement a login page, but only .htaccess security
> control from Apache server...
....Then you need to decide if you want Basic or Digest
authentication...
> is there any way to get the id/pwd data in a php script to redirect the
> identified guy into his own area ?
Your question is ambiguous. What do you mean when you say "id/pwd
data"? Is it the data that user enters into the authentication dialog
box or data about valid user names and passwords that Apache stores in
a password file?
Read these documents and ask your question again if you still have it
after you're done:
http://httpd.apache.org/docs/1.3/howto/auth.html
http://www.php.net/manual/en/features.http-auth.php
Cheers,
NC
Navigation:
[Reply to this message]
|