09-25-2007, 11:08 AM
I cannot get the mod_auth_mysql feature to work and instead get the htaccess popup. My test page is http://www.miningexcellence.ca/knowledge_academic.htm and a copy of the htaccess file is listed below (obviously I ommited the username and password in this example):
AuthType Basic
AuthName "Member Login"
AuthMySQLHost minerva.mirarco.org
AuthMySQLUser USERNAME
AuthMySQLPassword PASSWORD
AuthMySQLDB miningexcellence
AuthMySQLUserTable mm_users
AuthMySQLNameField username
AuthMySQLGroupTable mm_groups
AuthMySQLPasswordField password
AuthMySQLNoPasswd off
AuthMySQLPwEncryption none
AuthMYSQLEnable on
require valid-user
#require group 1
AuthType Basic
AuthName "Member Login"
AuthMySQLHost minerva.mirarco.org
AuthMySQLUser USERNAME
AuthMySQLPassword PASSWORD
AuthMySQLDB miningexcellence
AuthMySQLUserTable mm_users
AuthMySQLNameField username
AuthMySQLGroupTable mm_groups
AuthMySQLPasswordField password
AuthMySQLNoPasswd off
AuthMySQLPwEncryption none
AuthMYSQLEnable on
require valid-user
#require group 1