php_flag register_globals

If you're running Drupal 6 on an Apache (or whatever) webserver which is not directly maintained by yourself you may have noticed the php_flag register_globals problem.

Just because you cannot set this flag directly on the server, you have to create a ".htaccess" file with the following line:


php_flag register_globals off


Copy the file into your drupals' root folder, then login.

The problem should be solved now.

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code>
  • Lines and paragraphs break automatically.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.