Hey everyone, how are you all doing today?
I am having some problems with some older htaccess files that i hope someone might be able to help me with.
I have a number of htaccess files in the following format:
AuthType Basic
AuthName "access"
AuthMYSQLhost localhost
AuthMYSQLuser username
AuthMySQLPassword password
AuthMySQLDB db
AuthMySQLUserTable UserTable
AuthMySQLNameField Username
AuthMySQLPasswordField Password
AuthMySQLGroupTable Membership
AuthMySQLGroupField Site
AuthMySQLEnable On
AuthMySQLPwEncryption none
require group sitename
I have been using these for ages to ensure only registered people can access the files within the containing folder with no problems, however all of a sudden i am getting an internal server error and i cannot work out why. I have an htaccess file in the root directory that redirects 'nice' urls to unclear ones which i have tried removing completely but sadly i still get the internal server error.
I just wanted to see if anyone had any idea why this might have happened (given it has been working perfectly for ages and i have not changed any of the related tables etc). Is there anything else that might have impaired/alterred this functionality?
If anyone has any ideas then they would be very much appreciated as i really am at a bit of a loss!
Thanks so much everyone,
Dave