I have a .htaccess file, and it werks, but I dont know how to send the user to a specific page if the login fails - the code is below - any insight would be greatly appreciated.
Auth_MYSQL on
AuthName members
AuthType Basic
Auth_MySQL_DB db_name
Auth_MySQL_Password_Table table_name
Auth_MySQL_Username_Field user
Auth_MySQL_Password_Field password
Auth_MySQL_Empty_Passwords on
Auth_MySQL_Encryption_Types Plaintext
order deny,allow
allow from all
require valid-user
Avoid extra argument quoting in SQL queries
#php3_magic_quotes 0
Thanks,
Lazzerous