View Single Post
Old February 6th, 2008, 12:26 AM   #1 (permalink)
amy89
Registered User
Fresh Surpasser
 
Joined in Feb 2008
2 posts
Gave thanks: 0
Thanked 0 times
.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!
amy89 is offline   Reply With Quote