|
.htaccess & pass
This may come off as an idiotic question and I do apologize before hand but I am having so much issues with it and yes I read through numerous tutorials... that light bulb isn't shining yet.
For my htaccess I am trying to get to password protect a particular file. But everytime I try it, it keeps saying my password is incorrect. Is my root wrong? I have a shared package...
My .htaccess
AuthType Basic
AuthName "Username"
AuthUserFile /public_html/materials/.htpasswd
Require valid-user
My .htpasswd
t9n8m5t3s:FQRwGrWMKaL8o
which is based off the username: encr. password style...
Any advice? Thanks!
|