require all granted
Once I remove that line my frontend password protection works fine.
Can you tell me if I have I have not set-up htaccess maker correctly to permit me to use frontend password protection? Is there something I should have set to stop this line being added in .htaccess?
btw these are the rules I added to "TOP" in htaccess maker...
AuthUserFile "/xxxx/xxxx/xxxx/xxx/httpdocs/.htpasswd"
AuthName "Secure Login"
AuthType Basic
require valid-user