.htaccess .htpasswd and 500 Internal Server Error
12 April 2010
Open your httpd.conf and check the AllowOverride directive. It should be like;
AllowOverride AuthConfig
See details for Authentication on Apache.
Open your httpd.conf and check the AllowOverride directive. It should be like;
AllowOverride AuthConfig
See details for Authentication on Apache.
No Comments