> 2. > I've got the MMBase admin (and other generic editor and example > pages) secured behind a Apache .htaccess login. Which requires me to > log in. > I first visited my_editors (of course :-) and log in again with andre. > But when i try to visit the admin pages MMBase keeps looping through > the following section (according to its log, when i follow it with > tail -f). Hi,
My gues is that one request can only contain one http-authentication (user/md5) apache uses http-authentication. since the mmbase authentication also makes up serverNames you cant just use the same user/passwd in your htpasswd files. I think it's not realy possible at this time..
