in reply to Security issues
If when some one logs in you change the .htpasswd file to require an unknown (to the users) username:password combination, that should prevent users from accessing html pages in the .htaccess folder. Then when that person logs out the .htpasswd file is returned to a known username:password.
This might work in some limited sense.
But you'll have to seriously address PWS's question: "What do you intend to do if someone leaves without logging out?"
Claude
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Security issues
by perigeeV (Hermit) on May 29, 2001 at 14:09 UTC | |
by Stamp_Guy (Monk) on May 29, 2001 at 20:30 UTC | |
by Xxaxx (Monk) on May 31, 2001 at 03:47 UTC | |
Re: Re: Security issues
by sierrathedog04 (Hermit) on May 29, 2001 at 20:58 UTC |