walshy Posted July 7, 2006 Share Posted July 7, 2006 Hey people,Not the best with all this stuff, but i have cPanel and that and if i select to Password Protect a Directory and add the users blah blah..To log in you need to go to: http://domain.com/protecteddirectory/and that little pop-up comes up.How can i make a Form which is at like http://domain.com/login.html and with the data entered in that login through there instead of having the annoying pop up?If any one knows just let me know...Cheers,Evan Quote Link to comment https://forums.phpfreaks.com/topic/13909-htaccess-web-based/ Share on other sites More sharing options...
AncientSage Posted July 7, 2006 Share Posted July 7, 2006 I'd guess there are a few ways to do this...You could have the inputted password checked against the actual password, if the two are not equal, reload the login form. If the script is equal, you could store it in a session, then have each page within the protected directory check the session variables or something. Quote Link to comment https://forums.phpfreaks.com/topic/13909-htaccess-web-based/#findComment-54201 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.