My .htaccess file:
AuthType Basic
AuthName "Restricted Files"
AuthUserFile /var/www/html/public/.htpasswd
Require user test.user
If I rename the .htaccess file then the site works OK. Otherwise the Beanstalk healthcheck status goes RED, and the site returns a status of 503 (status unavailable).
What's my next step to get this working?