Friday, September 28, 2007

Enable .htaccess to Overwrite Apache Config

If the htaccess AllOverwrite is disabled, Apache will throw up a 500 Internal Server Error

Enable htaccesss AllOverwrite by editing the following file on the webserver:

vi /etc/httpd/conf/httpd.conf

#Add or edit the line to look like this
AllowOverride AuthConfig Indexes Limit All

No comments: