Have you subscribe article via RSS Feed? Subscribe Now..

Thursday, September 25, 2008

Moving Joomla from local computer to Server

For you that have intalling joomla on local computer and want to move that joomla to hosting server, you no need confuse and re-install your joomla with Fantastico. You just need follow this step :

  • Upload Joomla database, from localhost to your hosting account. Detail for it, you can search with google, use keyword " way to upload mysql database"
  • Upload your Joomla File/Folder from local computer to server. In this section, will better if you use FTP.
  • Then, please edit file configuration.php on Joomla (your hosting account).

PHP:
  1. $mosConfig_host = 'localhost';
  2. $mosConfig_user = 'account_user'; //<-- change with your account
  3. $mosConfig_password = 'password'; //<-- database server password
  4. $mosConfig_db = 'account_joomla'; //<-- database server name
  5. $mosConfig_dbprefix = 'jos_';
  6. $mosConfig_lang = 'english';
  7. $mosConfig_absolute_path = 'C:/AppServ/www/Project/joomla1.0.11'; //<-- change your path joomla, ex: '/home/usercPanel/public_html/'
  8. $mosConfig_live_site = 'http://localhost/project/joomla1.0.11'; //<-- 'http://domainname.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'; //<-- domainname.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. ........

  • Upload or save configuration.php file which you have been edit.

Have a nice try....

0 comments:

:)) ;)) ;;) :D ;) :p :(( :) :( :X =(( :-o :-/ :-* :| 8-} :)] ~x( :-t b-( :-L x( =))

Post a Comment