Link to home
Start Free TrialLog in
Avatar of SONULOL
SONULOLFlag for United States of America

asked on

login and password



can anyone tell me step by step on how to make a login / pw for my site in cgi?
iv been downloading files from other websites and scripts... but they just dont seem to work..

plz help.
Avatar of ahoffmann
ahoffmann
Flag of Germany image

depends on you web-server.
one solution might be to use a .htaccess file in conjunction with a .htpasswd file, then the web-server will do authentification for you and pass the authentificated username to you script.

If you want to do it by your cgi, you simple write a page with a form having a username and pw input-field, where the form's action points to your cgi.
Avatar of SONULOL

ASKER



yeah i want to do it with my cgi... but how? instructions please 0-=)
ASKER CERTIFIED SOLUTION
Avatar of ahoffmann
ahoffmann
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ambrose007
ambrose007

okay do you want just one user and pass for the site?

or multi?

Ambrose
Avatar of Asta Cu
Still open today?  
Asta