Click to See Complete Forum and Search --> : Login window
yonibensimon
05-28-2003, 10:10 AM
Hi, how can i get the typical login window on my site...
You know...the one where it asks you for a username and password. It's not really a login, but more to give access only to some users. Thank you
Nevermore
05-28-2003, 10:19 AM
If your server supports .htaccess then you can do it with that. It would give you a login window like this one:
http://www.evernet.co.uk/testing Does it?
AdamGundry
05-28-2003, 10:22 AM
Do you mean the browser-based window which displays the realm and asks for a username/password? If so, you need to configure your server - with Apache, use .htaccess (http://httpd.apache.org/docs-2.0/howto/htaccess.html).
If you mean username password form elements, you will need to choose a language, preferably server-side, though Javascript could do it (insecure).
Adam
Nevermore
05-28-2003, 10:25 AM
Basically, if your server is running Apache and supports .htaccess you can use this kind:
http://www.evernet.co.uk/testing
Or if it supports server side code you can use this kind:
http://www.evernet.co.uk/login.php