php-general | 2000071

Re: [PHP] Newbee question? From: Samuel Beam (sz <email protected>)
Date: 07/15/00

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>