Not sure what is happening, but when I delete the htaccess file from the scp directory, no access issues on the front end. But when I use cPanel to password protect the directory and it creates the new htaccess file, anyone going to the public pages gets the challenge form. They can cancel it twice (without filling anything in) and it does go to the page okay, but not sure why it is doing this.Here is the htaccess file. Nothing unusual in there, but it seems to get to the main client pages, it must be calling something from the scp directory. When I remove it, works. When I add it, doesn't work.AuthType BasicAuthName "Reserved Area"AuthUserFile "/home/xxxxxxxx/.htpasswds/public_html/service3/scp/passwd"require valid-user