Well, I have WAMP setup on my computer, but I want to protect my PhpMyAdmin directory by using a username and password. In the config.inc.php file I change the auth_type to http, the username, and set a password. When I went to the phpmyadmin directory, it showed the prompt to login. So, I entered the information, and it showed the prompt again. I entered my account information again, and this kept happening. I was like "wtf is going on here" so, I checked my access.log file, and this is what it said
Quote
127.0.0.1 - - [14/May/2007:17:15:32 -0400] "GET /phpmyadmin/ HTTP/1.1" 401 903
127.0.0.1 - root [14/May/2007:17:15:35 -0400] "GET /phpmyadmin/ HTTP/1.1" 401 903
127.0.0.1 - - [14/May/2007:17:15:37 -0400] "GET /phpmyadmin/css/phpmyadmin.css.php?token=df0d8f5075e4a1165117c914a6bf41cd&js_frame=right HTTP/1.1" 200 20303
127.0.0.1 - root [14/May/2007:17:15:35 -0400] "GET /phpmyadmin/ HTTP/1.1" 401 903
127.0.0.1 - - [14/May/2007:17:15:37 -0400] "GET /phpmyadmin/css/phpmyadmin.css.php?token=df0d8f5075e4a1165117c914a6bf41cd&js_frame=right HTTP/1.1" 200 20303
I'm not really sure what that means, but maybe someone else does. Does anyone know how to get this http authorization to work? Has anyone else had this problem, and if so, how did you fix it?
Thanks!
