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.
Joomla Hosting
Dapur Hosting menyediakan layanan web hosting joomla dan murah gratis nama domain hanya Rp 200.000.
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:
- Create local file named php.ini
- Edit php.ini and write this code:[PHP]
register_globals = Off
- Save and close.
- Upload it to public_html and public_html/administrator
- Test it.
Saya udah coba pakai format di atas, tapi kok malah muncul ini :
500 internal server error
Apakah webserver tidak mendukung .htaccess ?
Sama juga nie kasusnya nie, gimana support? Ada solusi yang lebih jitu?
maaf sekarang caranya sudah kami ganti, silahkan dicoba kembali.
Sep boss, ketemu ini tutorial jadi solusi jitu setting php.ini di hosting ini.
Pingback: Web Hosting | Blog Hosting » Blog Archive » Register Globals
Just wanted to say THANKS for the instructions! Searched all over and found nothing that worked until I came here – AWESOME!
Thanks!