I tried installing Drupal per the instructions and get this message...
---------------------------------------------------------
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Apache/1.3.31 Server at network23.com Port 80
---------------------------------------------------------
Unless there are some initial things to try, let's start at the beginning with possible issues.
The installation manual states this first...
Your PHP must have the following settings:
session.save_handler user
In addition, we recommend the following settings:
session.cache_limiter none
These values are set in php.ini and can be overwritten in a .htaccess
file; you can print out your local PHP settings with PHP's phpinfo()
function.
First off, the installation came with an .htaccess file. Do I add these settings to that file, or throw the included one away and create my own? Also, when I try to run a phpinfo.php page in the drupal directory, it won't load. It keeps giving me the server error so I can't tell if these settings have been made.