PDA

View Full Version : HTTP Auth causes PHP errors


matt
12-29-2005, 03:12 AM
This is on my home server, I set up lsws 2.1.9 and wanted to put HTTP auth on it, which I did by adding the basic AuthType Basic and it worked great. Then I changed Basic to Digest and it hasn't worked since. Even now that I've changed it back to basic every PHP page I try to load it sends me an empty PHP file as a download. It goes back to normal if I rename .htaccess to something else. It was using a regular .htpasswd file I generated with htpasswd2.

Any ideas?

mistwang
12-29-2005, 09:21 AM
Clear browser cache should fix it. :-)

matt
12-29-2005, 10:05 AM
Perfect! I wish everything was so easy. :)