JanRy Posted March 21, 2006 Posted March 21, 2006 i created the .htaccess and .htpasswd as explain in thousands of tutorials, the problem is that now i cant access, keeps refusing the same password that ive entered thousands of times
kgt Posted March 21, 2006 Posted March 21, 2006 The best way to create these files correctly is to use your host's control panel to password protect the directory. Your password is being rejected because you have not set up the files correctly. Contributions Discount Coupon Codes Donations
JanRy Posted March 21, 2006 Author Posted March 21, 2006 the host doesnt have that feature :( and why not? this are the files: .htpasswd JanRy:1$Ldo86XqBfl2 .htaccess AuthType Basic AuthName "A ver adonde vamos!!" AuthUserFile http://www.pinturas-ramiro.com/tienda/admin/.htpasswd require valid-user
kgt Posted March 21, 2006 Posted March 21, 2006 .htaccess AuthType Basic AuthName "A ver adonde vamos!!" AuthUserFile .htpasswd require valid-user If .htpasswd and .htaccess are in the same directory, this should work. A full URL will not. If they're not in the same directory, you need the full filesystem path. Contributions Discount Coupon Codes Donations
kgt Posted March 21, 2006 Posted March 21, 2006 AuthUserFile /full/path/to/.htpasswd Contributions Discount Coupon Codes Donations
Recommended Posts
Archived
This topic is now archived and is closed to further replies.