It's All About Me

8Sep/09Off

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"

Tagged as: Comments Off
Comments (0) Trackbacks (0)

Sorry, the comment form is closed at this time.

Trackbacks are disabled.