Greetings =)
Well i've scouted the for a solution by i've come up empty.
My problem is this.
My page as alot of directories with image that are protected by a .htaccess file.
But i would like to customize my own login instead of that awful popup.
I've allready made a script which catches the password and username and checks it towards the .htpasswd file.
But ofcourse when i enter one of the .htaccess protected dirs i still get the popup.
I know you can get the apache username via a global var but can you set it?
I know you can do a redir with $username:$password@http://url/ but that is just unsecure (even more then .htaccess 😉).
Is there any other way to log onto a .htaccess protected dir via php?
Regards Xager