I moved Drupal 5.2 to another server and if I use the .htaccess file I get a blank page, but if I rename the .htaccess file to something else, then I can see my website. I moved from a shared hosting to a dedicated server. Any ideas what I am missing here?
The following is my current .htaccess file:
#
# Apache/PHP/Drupal settings:
#
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.mydomain.com/$1 [R,L]
RewriteCond %{HTTPS} !=on
RewriteRule ^/?(user|ad|cart|admin|content|catalog|en|es|category|node|uc_paypal|cgi-bin/webscr|taxes/calculate|mass-emails) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
FileETag none
# 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
# Customized error messages.
ErrorDocument 404 index.php
# Set the default handler.
DirectoryIndex index.php index.htm index.html
# Override PHP settings. More in sites/default/settings.php
# but the following cannot be changed at runtime.
# PHP 4, Apache 1.