Home > Joomla > Joomla: Register Globals

Joomla: Register Globals

Getting this message on your Joomla Admin?

Following PHP Server Settings are not optimal for Security and it is recommended to change them:

  • PHP register_globals setting is `ON` instead of `OFF`

Please check the Official Joomla! Server Security post for more information.

You see this because your server is enabling register globals. Why? A lot of scripts still require php register globals to be on. However you can disable it for Joomla fairly easily. Just follow this steps:

  1. Create local file named php.ini
  2. Edit php.ini and write this code:[PHP]
    register_globals = Off
  3. Save and close.
  4. Upload it to public_html and public_html/Administrator
  5. Test it.

Related posts:

  1. Register Globals
  2. Joomla Error: public_html/includes/joomla.php on line 71
  3. Mengganti Password Admin Joomla
  4. Web Blank
  5. Joomla: Forgot Your Joomla Admin Password

Categories: Joomla Tags: , ,
  1. March 10th, 2008 at 01:40 | #1

    Saya udah coba pakai format di atas, tapi kok malah muncul ini :

    500 internal server error

    Apakah webserver tidak mendukung .htaccess ?

  2. March 11th, 2008 at 09:21 | #2

    Sama juga nie kasusnya nie, gimana support? Ada solusi yang lebih jitu?

  3. March 11th, 2008 at 15:35 | #3

    maaf sekarang caranya sudah kami ganti, silahkan dicoba kembali.

  4. April 23rd, 2008 at 17:16 | #4

    Sep boss, ketemu ini tutorial jadi solusi jitu setting php.ini di hosting ini.

  5. BiggsDarwin
    June 30th, 2008 at 16:11 | #5

    Just wanted to say THANKS for the instructions! Searched all over and found nothing that worked until I came here – AWESOME!

    Thanks!

  1. May 2nd, 2008 at 15:18 | #1