Hello, I am new to access and was told I can create a user login for my webpage. Does anyone know how or where I can look for this information? Thank you very much.
You just need to check with your host if .htaccess is allowed. Ask them and they will tell you. If it is allowed then it's simple to set up, it can all be done manually.
You just need to create a file called .htaccess in the directory you want to protect. And also create a .htpasswd file which contains the login information. you can place the .htpasswd file in the same directory if you wish.
You will need to customise these and also create an encrypted password. I have a wizard which can do all of this for you, then you can manually create the files with the information the wizard produces.
and download DirectoryPass,
install this CGI file and it will do everything for you! In theory! (It wouldn't work for me)
This help??
If you want to access the wizard mail me (thro. my site below)
Also, check what kind of server you are on, the wizard may not work depending on what kind of server you use.
My htaccess file works but now the passwords don't work. I put them in the same directory and that didn't work. I then put it in my root folder and it still doesn't work.
I just make a .htpasswd file and this is the text within it.
test:test
test1:test1
test2:test2
Is this correct? ANy ideas? Thank you for the help.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.