Untitled
public text v1 · immutableAuthName "Authentication Base"
AuthType Basic
AuthUserFile /var/www/myapp/.htpasswd
Require valid-user
<Files "heartbeat.php">
order allow,deny
allow from xx.yy.
allow from xx.zz.
Satisfy Any
</Files>