Some background on the site:
The address to my personal webspace is http://users.rcn.com/crazydv8er
My provider uses Apache: Apache/1.3.26 Server at users.rcn.com Port 80
I have a folder on my site labeled "Private" which i would like to have password protected. Inside this folder i have my file ".htaccess" and the contents of that folder are as follows:
AuthName "Password, b#tch!"
AuthType Basic
AuthUserFile /users.rcn.com/crazydv8er/.htpasswd
AuthGroupFile /dev/null
<Limit GET>
require valid-user
</Limit>
Now as listed on the AuthUserFile line, my ".htpasswd" file is in the directory "users.rcn.com/crazydv8er". It reads: "guest:p5KRtSaE3Bzws" without the quotes.
When i attempt to access this folder, i get a login/password prompt as i should, but when i enter my info that i designated in my ".htpasswd" it errors out after 3 attempts. Am i not referencing it correctly? I used a Unix Password Generator from http://www.earthlink.net/cgi-bin/pwgenerator.pl
Please look at the contents of my 2 files and tell me if i am leaving anything out?
Also, is there any way i can make an error page of my own? One that looks similar to a 404 Error page but with my own words?
Please help me anyway possible. My email address is crazydv8er@rcn.com. Thank you.
UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)




