Forum Moderators: phranque
Welcome to WebmasterWorld [webmasterworld.com]!
Using Apache basic authorization, I'm afraid you can't make it case-insensitive. Apache mod_auth is intentionally case-sensitive, because treating usernames and passwords as case-insensitive makes systems much easier to hack into using a dictionary attack or sequential-guessing approach.
If you really want to use case-insensitive passwords, I think you'll need to write or buy a custom script to handle your authorization.
Jim