I have one directory protected /secure, but when you go to the domain.com its asking for a login. Why is it protection the entire site instead of the directory I have setup through the protection? Chuck
Found it. I am using php include and it was calling a file from within the protected directory. I moved the include out of the protected folder and it works fine.
Thanks Alex thanks for the reply, the problem was the index.php page was calling php includes from the protected directory. I moved the includes outside the protected directory and it works fine. Chuck