I'm getting the following error immediately when trying to install 6.14 -
register_globals is enabled. Drupal requires this configuration directive to be disabled. Your site may not be secure when register_globals is enabled.
When I disable register_globals, I then get
CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers.
I disabled register_globals by creating a php.ini file in my root directory with this statement - php_value register_globals 0
Any ideas on how to get past this? My ISP is EDTHOSTING and used them for years, it's IIS 6, MySQL 6 and PHP 5.0.4.
Read »








