tjbradford
Technical User
hi all i have bought some hosting to dabble with and have discovered that my hoster 123-reg allow the use of .htaccess and .htpasswd , cool right i created the files as follows
.htaccess
---------
AuthName "Password Protected Directory"
AuthType Basic
AuthUserFile /secure/.htpasswd
require valid-user
.htpasswd
---------
login:1$2C8rxmPUWt2 (loginlease)
I have got a website eg.
if i add the .htaccess to the location
and add the .htpasswd to
i get prompted to authenticate when however it just keep repeating the same prompt and never accepts my details why is this ?
also i would rather the .htpasswd went inside /home but would that mean i dont have permissions to authenticate then?
i'm really stuck with this one
btw i only have ftp access no shell prompt access
.htaccess
---------
AuthName "Password Protected Directory"
AuthType Basic
AuthUserFile /secure/.htpasswd
require valid-user
.htpasswd
---------
login:1$2C8rxmPUWt2 (loginlease)
I have got a website eg.
if i add the .htaccess to the location
and add the .htpasswd to
i get prompted to authenticate when however it just keep repeating the same prompt and never accepts my details why is this ?
also i would rather the .htpasswd went inside /home but would that mean i dont have permissions to authenticate then?
i'm really stuck with this one
btw i only have ftp access no shell prompt access