[PHP] Re: PHP + apache .htaccess

2001-11-14 Thread EnriGA
Thanks very much ! I think I've got the way ! ^_^ "Johan Holst Nielsen" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > then, can .htaccess store the user expried date ? > > like Peter is not allowed to login after 2Feb 2001, Sam is expired after > > 11Nov 2

[PHP] Re: PHP + apache .htaccess

2001-11-14 Thread Johan Holst Nielsen
> then, can .htaccess store the user expried date ? > like Peter is not allowed to login after 2Feb 2001, Sam is expired after > 11Nov 2002.. Yes and no. You just have to make a change in the .htaccess file. > and also, is it possible to maintain the .htaccess automatically ? > like I write

[PHP] Re: PHP + apache .htaccess

2001-11-14 Thread EnriGA
then, can .htaccess store the user expried date ? like Peter is not allowed to login after 2Feb 2001, Sam is expired after 11Nov 2002.. and also, is it possible to maintain the .htaccess automatically ? like I write a shell script and run it schedully to delete those expired entry ? "Johan

[PHP] Re: PHP + apache .htaccess

2001-11-14 Thread Johan Holst Nielsen
> After I research security issue from the web, I had found apache > .htaccess which can solve > my problem. What my problem is that, can .htaccess perform like a database > system which > can store users loginID and password, and also set those users have a > expired time each ?? If you want