I have a php that used to allow htaccess login by this method
header("Location: http://$userid:$passwd@www.url.com/members/index.php");
But now IE has disabled this feature, how can I get the user/passwd to htaccess without that stupid popup?
lilRachie