I get the infamous 500 Internal Server Error after upgrading to 6.20 from 6.19.
When I rename htaccess, I get the offline page.
I cannot figure out what is wrong with htaccess. Maybe it comes from something else but I don't know what is wrong.
Here is my htaccess.:
#
# Apache/PHP/Drupal settings:
#
# Protect files and directories from prying eyes. Order allow,deny
# Don't show directory listings for URLs which map to a directory.
Options -Indexes
# Follow symbolic links in this directory.
Options +FollowSymLinks
# Make Drupal handle any 404 errors.
ErrorDocument 404 /index.php
# Force simple error message for requests for non-existent favicon.ico.
# There is no end quote below, for compatibility with Apache 1.3.
ErrorDocument 404 "The requested file favicon.ico was not found.
# Set the default handler.
DirectoryIndex index.php
# Override PHP settings. More in sites/default/settings.php
# but the following cannot be changed at runtime.
# PHP 4, Apache 1.
php_value magic_quotes_gpc 0
php_value register_globals 0