To disable register_globals in .htaccess

Drupal requires that register_globals is disabled. If your setting is enabled you will get the following message.

“register_globals is enabled. Drupal requires this configuration directive to be disabled.”

If you do not have access to your server to modify this setting then add the following line to the top of your .htaccess file.

“php_flag register_globals off”