Hi everyone, I've successfuly managed to make AuthenNTLM work with my PHP script, but the for some reason the Apache error log is now flooded with messages like: [error] Bad/Missing NTLM/Basic Authorization Header for /....somefile.php
It seems the messages is generated for every single file the browser tries to read. >From the NTLM side everything works, user is correctly authenticated, the problem are only these "mysterious" messages. If this isn't the right place to ask, please point me in the right direction :) Any help is appreciated, thanks.