I have apache 1.3.22, and I'm trying to use mod_auth_mysql to protect some files. However, it always makes me login twice. Here's my htaccess file:
Any help is appreciated.
Code:
AuthName "Test Folder"
AuthType Basic
Auth_MySQL_DB http_auth
Auth_MySQL_Password_Table mysql_auth
Auth_MySQL_Encryption_Types Plaintext
require group test1
Any help is appreciated.