Page 1 of 1

Apache Login

Posted: Tue Dec 15, 2009 5:10 pm
by tecktalkcm0391
I'm trying to have PHP redirect into a Apache-Password Protected folder. The following code works in Chrome and Firefox, but not in IE

Code: Select all

header("Location: http://username:password@website.com/members/");
Is there a way to get around the IE problem, or to do this better? Thanks!

Re: Apache Login

Posted: Tue Dec 15, 2009 5:43 pm
by requinix
I'm pretty sure this MS KB article applies to the situation.

Re: Apache Login

Posted: Tue Dec 15, 2009 6:27 pm
by tecktalkcm0391
Yeah, I found that after posting this. Does anybody know a quick way to work around the IE update? Is there anyway to set the username and password then redirect, so it will work?