Cadwalader
IS-IT--Management
Hello again..
I am trying to password protect just one page. half of yesterday and all this morning, I have have been fumbling around in this forum and the Internet abroad trying to get it to work. No luck. I can just go right to the page. No internal server errors, nothing.
Here is what htaccess looks like and it is in the directory where the page is that I want to protect:
AuthUserFile /laws/.htpasswd
AuthType Basic
AuthName "Member Page"
AuthGroupFile /dev/null
<LIMIT GET POST>
require valid-user
</LIMIT>
The .htpasswd file is in the dir /laws/. I don't have access to the httpd.conf file, this is on a farmed-out server.
This page only needs one user name and one password. It's not a super high security thing (in fact, I am not sure why the boss wants it protected, it's just a chart showing stuff about licence requirements for phamacies and assisted living facilities...).
And what should the .htpasswd file look like? Just for one username and one password? Hope I was of some help...
--OR--
Thanks for the help...
--Rich
I am trying to password protect just one page. half of yesterday and all this morning, I have have been fumbling around in this forum and the Internet abroad trying to get it to work. No luck. I can just go right to the page. No internal server errors, nothing.
Here is what htaccess looks like and it is in the directory where the page is that I want to protect:
AuthUserFile /laws/.htpasswd
AuthType Basic
AuthName "Member Page"
AuthGroupFile /dev/null
<LIMIT GET POST>
require valid-user
</LIMIT>
The .htpasswd file is in the dir /laws/. I don't have access to the httpd.conf file, this is on a farmed-out server.
This page only needs one user name and one password. It's not a super high security thing (in fact, I am not sure why the boss wants it protected, it's just a chart showing stuff about licence requirements for phamacies and assisted living facilities...).
And what should the .htpasswd file look like? Just for one username and one password? Hope I was of some help...
--OR--
Thanks for the help...
--Rich