• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

How to login to a .htaccess protected directory using a form instead of the normal pop-up window?

MC

Platinum Member
How to login to a .htaccess protected directory using a form instead of the normal pop-up window?

Helps is appreciate...thanks.


-MC
 
Originally posted by: Need4Speed
you could use php to do this...plenty of tutorials on google on how to approach it.

Originally posted by: tk11
Embed the username and password in the url.

eg http://user😛ass@domain.com/path/file.html


Didn't IE has an security update that disable username/password in HTTP?
 
That's right, newer versions of IE did break the user😛ass in url feature. There's a registry setting to enable it again though...

Back to php I guess.
 
Back
Top