Benedira
12-11-02, 08:39 AM
According to the tutorials offered, I set up a second .htaccess file and a .htpasswd file.
I put the new .htaccess file in the folder I wanted protected, which is intended to be accessed as a subdomain.
I put the .htpasswd file in my root directory, as instructed by the tutorial.
The .htaccess file is looking for the .htpasswd file in the root directory, is looking for it by the correct name, and has the three users specified by name between the 'Limit' tags.
The .htpasswd file contains only the three users mentioned above, with the username/password pairs encrypted through the script linked in the tutorial.
Both files were uploaded in ASCII, without a doubt.
The password protection works, but it isn't recognizing the username/password pairs in the .htpasswd file. I have tried all three names/pass pairs. The pairs fail whether I try to access the protected area via the subdomain or the regular folder path. The pairs fail whether I ask the browser to remember the login or not.
Things that may or may not matter:
- the first letter of the usernames are capitalized (everywhere)
- I'm on a Mac (OSX 10.2.2, with IE 5.2.2)
Any idea why this might not be working correctly?
(If an admin checks this out, the directory I'm trying to protect is sisadmin - htdocs/sisadmin)
I put the new .htaccess file in the folder I wanted protected, which is intended to be accessed as a subdomain.
I put the .htpasswd file in my root directory, as instructed by the tutorial.
The .htaccess file is looking for the .htpasswd file in the root directory, is looking for it by the correct name, and has the three users specified by name between the 'Limit' tags.
The .htpasswd file contains only the three users mentioned above, with the username/password pairs encrypted through the script linked in the tutorial.
Both files were uploaded in ASCII, without a doubt.
The password protection works, but it isn't recognizing the username/password pairs in the .htpasswd file. I have tried all three names/pass pairs. The pairs fail whether I try to access the protected area via the subdomain or the regular folder path. The pairs fail whether I ask the browser to remember the login or not.
Things that may or may not matter:
- the first letter of the usernames are capitalized (everywhere)
- I'm on a Mac (OSX 10.2.2, with IE 5.2.2)
Any idea why this might not be working correctly?
(If an admin checks this out, the directory I'm trying to protect is sisadmin - htdocs/sisadmin)