Tutorial ini diperuntukkan bagi yang telah membangun website Joomla di komputer lokal dan ingin memindahkannya ke server supaya bisa diakses dari internet. Joomla yang digunakan untuk tutorial ini adalah Joomla 1.5.x.

Kendala yang paling sering muncul pada saat upload Joomla lokal ke server hosting terletak pada konfigurasi database MySql. Kami juga telah menyertakan solusi untuk masalah tersebut,

Silahkan ikuti langkah dibawah ini untuk melakukan upload joomla ke server hosting. Read More →

logo joomla

If you see this error when installing Joomla Component, Modules, Plugins.

JFolder::create: Could not create directory
Warning! – Failed to move file

Unable to find install package

It’s mean something wrong with your path.  Please open configuration.php (Joomla 1.5.x) and fix $log_path and $tmp_path.

joomla hostingJoomla Hosting
Dapur Hosting menyediakan layanan web hosting joomla dan murah gratis nama domain hanya Rp 200.000.

logo joomla

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 hostingJoomla 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:

  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.