Upload Joomla ke Web server



Bagi anda yang sudah menginstal joomla di komputer lokal dan ingin memidahkannya ke server hosting, Anda tidak perlu bingung dan menginstal ulang joomla Anda dengan Fantastico. Anda tidak perlu repot mendesain dan mengisi joomla baru, Anda hanya perlu mengikuti langkah-langkah berikut ini:More...

1. Upload database Joomla, dari localhost ke account hosting anda.

2. Upload File/Folder joomla anda dari komputer lokal ke server. Dalam hal ini, akan lebih baik apabila menggunakan FTP.

3. Kemudian, silahkan edit file configuration.php pada Joomla ( di account hosting ).

PHP:




  1. $mosConfig_host = 'localhost';


  2. $mosConfig_user = 'account_user'; //<-- sesuaikan dengan user database yang telah dibuat di server


  3. $mosConfig_password = 'password'; //<-- password database server


  4. $mosConfig_db = 'account_joomla'; //<-- nama database server


  5. $mosConfig_dbprefix = 'jos_';


  6. $mosConfig_lang = 'english';


  7. $mosConfig_absolute_path = 'C:/AppServ/www/Project/joomla1.0.11'; //<-- ganti dengan path joomla anda, misal: '/home/usercPanel/public_html/'


  8. $mosConfig_live_site = 'http://localhost/project/joomla1.0.11'; //<-- 'http://namadomain.tld'/


  9. $mosConfig_sitename = 'My Excercise Of Joomla';


  10. $mosConfig_shownoauth = '0';


  11. $mosConfig_useractivation = '1';


  12. $mosConfig_uniquemail = '1';


  13. $mosConfig_offline_message = 'This site is down for maintenance. Please check back again soon.';


  14. $mosConfig_error_message = 'This site is temporarily unavailable. Please notify the System Administrator';


  15. $mosConfig_debug = '0';


  16. $mosConfig_lifetime = '900';


  17. $mosConfig_session_life_admin = '1800';


  18. $mosConfig_session_type = '0';


  19. $mosConfig_MetaDesc = 'Joomla - the dynamic portal engine and content management system';


  20. $mosConfig_MetaKeys = 'Joomla, joomla';


  21. $mosConfig_MetaTitle = '1';


  22. $mosConfig_MetaAuthor = '1';


  23. $mosConfig_locale = 'en_GB';


  24. $mosConfig_offset = '0';


  25. $mosConfig_offset_user = '0';


  26. $mosConfig_hideAuthor = '0';


  27. $mosConfig_hideCreateDate = '0';


  28. $mosConfig_hideModifyDate = '0';


  29. $mosConfig_hidePdf = '0';


  30. $mosConfig_hidePrint = '0';


  31. $mosConfig_hideEmail = '0';


  32. $mosConfig_enable_log_items = '0';


  33. $mosConfig_enable_log_searches = '0';


  34. $mosConfig_enable_stats = '0';


  35. $mosConfig_sef = '0';


  36. $mosConfig_vote = '0';


  37. $mosConfig_gzip = '0';


  38. $mosConfig_multipage_toc = '1';


  39. $mosConfig_allowUserRegistration = '1';


  40. $mosConfig_link_titles = '0';


  41. $mosConfig_error_reporting = -1;


  42. $mosConfig_list_limit = '30';


  43. $mosConfig_caching = '0';


  44. $mosConfig_cachepath = 'C:/AppServ/www/Project/joomla1.0.11/cache'; //<-- namadomain.tld/cache


  45. $mosConfig_cachetime = '900';


  46. $mosConfig_mailer = 'mail';


  47. $mosConfig_mailfrom = 'dhyar_02@yahoo.com';


  48. $mosConfig_fromname = 'My Excercise Of Joomla';


  49. $mosConfig_sendmail = '/usr/sbin/sendmail';


  50. $mosConfig_smtpauth = '0';


  51. $mosConfig_smtpuser = '';


  52. $mosConfig_smtppass = '';


  53. $mosConfig_smtphost = 'localhost';


  54. $mosConfig_back_button = '1';


  55. $mosConfig_item_navigation = '1';


  56. $mosConfig_secret = 'vKDBykWeAOgGGEfd';


  57. $mosConfig_pagetitles = '1';


  58. $mosConfig_readmore = '1';


  59. $mosConfig_hits = '1';


  60. $mosConfig_icons = '1';


  61. $mosConfig_favicon = 'favicon.ico';


  62. $mosConfig_fileperms = '';


  63. $mosConfig_dirperms = '';


  64. $mosConfig_helpurl = 'http://help.joomla.org';


  65. $mosConfig_mbf_content = '0';


  66. $mosConfig_editor = 'tinymce';


  67. $mosConfig_admin_expired = '1';


  68. $mosConfig_frontend_login = '1';


  69. $mosConfig_frontend_userparams = '1';


  70. setlocale (LC_TIME, $mosConfig_locale);





4. Upload atau save file configuration.php yang baru Anda edit.

Selamat Mencoba!

0 comments:

Post a Comment