PHP form to log in via .htaccess?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Nosferatum

    PHP form to log in via .htaccess?

    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).

  • Simon Stienen

    #2
    Re: PHP form to log in via .htaccess?

    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.

    Comment

    Working...