Fix PHP register globals – Drupal 7
Fix PHP register globals – Drupal 7 https://jesandy.com/wp-content/uploads/2013/10/Fix-PHP-register-globals-Drupal-7.jpg 409 184 Jesandy https://secure.gravatar.com/avatar/8c9037a9da34ef445aae8a9595367081?s=96&d=mm&r=gProblem: register_globals is enabled. Drupal requires this configuration directive to be disabled. Your site may not be secure when register_globals is enabled
How to solve or fix PHP register globals:
1. Go to your Cpanel > should be yourdomain.com/cpanel (default)
2. on your public_html create file name php.ini
3. And insert this code (by editing the file (step #2):
register_globals = false
Leave a Reply