Posted by Simon Stienen on 04/03/07 06:16
On 2007-04-03 07-59-21, Nosferatum wrote:
> Is it possible to make a custom php-form to log in to a protected
> folder with .htaccess/htpasswd?
> (Just wonder if it's possible to avoid the ugly standard server popup-
> login form).
Nope. You can do it vice versa... utilizing that "ugly standard server
popup", which is actually an "ugly standard browser popup" to log into your
PHP script, but you can't use a PHP script to do an HTTP login for your
client.
[Back to original message]
|