Apache Login
Posted: Tue Dec 15, 2009 5:10 pm
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
Is there a way to get around the IE problem, or to do this better? Thanks!
Code: Select all
header("Location: http://username:password@website.com/members/");