AuthUserFILE /home/httpd/vhosts/username/httpdocs/ashop/subscribe/.htpasswd
 AuthGroupFILE /dev/null
 AuthNAME "Text that is shown in the login dialog box"
 AuthTYPE Basic
 AuthAuthoritative On

 require valid-user
 <limit GET POST PUT>
 order 'allow,deny'
 allow from all
 </limit>
 
