WALoeIII
10-31-2002, 02:08 AM
I'm having problems with .htaccess password protection. I'm trying to password protect my phpMyAdmin installation.
In .htaccess I have: AuthUserFile /var/www/html/phpMyAdmin/.htpasswd
AuthGroupFile /dev/null
AuthName phpMyAdmin
AuthType Basic
<Limit GET>
require user root
</Limit>
Then in .htpasswd I have:root:myencryptedpasswordhere
When I go the the webpage for phpMyAdmin I don't even get an access box, it just loads the page as if the .htaccess file didn't exsist.
In httpd.conf I have: AccessFileName .htaccess which in theory should call the access file.
In .htaccess I have: AuthUserFile /var/www/html/phpMyAdmin/.htpasswd
AuthGroupFile /dev/null
AuthName phpMyAdmin
AuthType Basic
<Limit GET>
require user root
</Limit>
Then in .htpasswd I have:root:myencryptedpasswordhere
When I go the the webpage for phpMyAdmin I don't even get an access box, it just loads the page as if the .htaccess file didn't exsist.
In httpd.conf I have: AccessFileName .htaccess which in theory should call the access file.
