I am running on Network Solutions and trying to install Drupal in a subfolder of the root.
I went to example.com/drupal/install.php and clicked on English, but the next page said this:
register_globals is enabled. Drupal requires this configuration directive to be disabled. Your site may not be secure when register_globals is enabled. The PHP manual has instructions for how to change configuration settings. (Currently using PHP register globals Enabled ('1'))
I went to that php.net and found how to turn register_globals off in .htaccess and ended up using this:
php_flag register_globals off
Which I took straight from the PHP manual. (And it STILL doesn't work)
I like Drupal, but I can't even install it!
Thanks in advance,
Josh









