Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
.htaccess help
I had created this file like below:
AuthName “Members Only”
AuthType Basic
AuthUserFile E:/mypath/.htaccess
require user myname
and my .htpasswd file goes like below:
myname password
I m using xp. Whenever i go to that page through my browser it shows 500 error and says more info is on error.log
Whenver i m viewing error.log, it shows that problem is with the AuthName thing. I dont know where I m going wrong and i had done the
AllowOverride AuthConfig thing in httpd.conf
Please help me out guys.