php-general | 2000071
Date: 07/15/00
- Previous message: Richard Heyes: "RE: [PHP] getting rid of HTML in output"
- In reply to: Ed Warvel: "Re: [PHP] Newbee question?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sat, 15 Jul 2000, Ed Warvel wrote:
> I do have htaccess files. Do you mean I can define a function to
> automatically execute using htaccess, or do you mean to just use it to
> password protect the folder. If the later it won't work because I want the
> passwords database driven.
>
Actually you can use mod_auth_db on Apache which will manage
authentication against a database for you. But most likely your host
doesn't provide it (though FYI webaxxs.net does supposedly)
search the archives of this list for "auto_prepend_file .htaccess"
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Previous message: Richard Heyes: "RE: [PHP] getting rid of HTML in output"
- In reply to: Ed Warvel: "Re: [PHP] Newbee question?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

