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:
- $mosConfig_host = 'localhost';
- $mosConfig_user = 'account_user'; //<-- change with your account
- $mosConfig_password = 'password'; //<-- database server password
- $mosConfig_db = 'account_joomla'; //<-- database server name
- $mosConfig_dbprefix = 'jos_';
- $mosConfig_lang = 'english';
- $mosConfig_absolute_path = 'C:/AppServ/www/Project/joomla1.0.11'; //<-- change your path joomla, ex: '/home/usercPanel/public_html/'
- $mosConfig_live_site = 'http://localhost/project/joomla1.0.11'; //<-- 'http://domainname.tld'/
- $mosConfig_sitename = 'My Excercise Of Joomla';
- $mosConfig_shownoauth = '0';
- $mosConfig_useractivation = '1';
- $mosConfig_uniquemail = '1';
- $mosConfig_offline_message = 'This site is down for maintenance. Please check back again soon.';
- $mosConfig_error_message = 'This site is temporarily unavailable. Please notify the System Administrator';
- $mosConfig_debug = '0';
- $mosConfig_lifetime = '900';
- $mosConfig_session_life_admin = '1800';
- $mosConfig_session_type = '0';
- $mosConfig_MetaDesc = 'Joomla - the dynamic portal engine and content management system';
- $mosConfig_MetaKeys = 'Joomla, joomla';
- $mosConfig_MetaTitle = '1';
- $mosConfig_MetaAuthor = '1';
- $mosConfig_locale = 'en_GB';
- $mosConfig_offset = '0';
- $mosConfig_offset_user = '0';
- $mosConfig_hideAuthor = '0';
- $mosConfig_hideCreateDate = '0';
- $mosConfig_hideModifyDate = '0';
- $mosConfig_hidePdf = '0';
- $mosConfig_hidePrint = '0';
- $mosConfig_hideEmail = '0';
- $mosConfig_enable_log_items = '0';
- $mosConfig_enable_log_searches = '0';
- $mosConfig_enable_stats = '0';
- $mosConfig_sef = '0';
- $mosConfig_vote = '0';
- $mosConfig_gzip = '0';
- $mosConfig_multipage_toc = '1';
- $mosConfig_allowUserRegistration = '1';
- $mosConfig_link_titles = '0';
- $mosConfig_error_reporting = -1;
- $mosConfig_list_limit = '30';
- $mosConfig_caching = '0';
- $mosConfig_cachepath = 'C:/AppServ/www/Project/joomla1.0.11/cache'; //<-- domainname.tld/cache
- $mosConfig_cachetime = '900';
- $mosConfig_mailer = 'mail';
- $mosConfig_mailfrom = 'dhyar_02@yahoo.com';
- $mosConfig_fromname = 'My Excercise Of Joomla';
- $mosConfig_sendmail = '/usr/sbin/sendmail';
- $mosConfig_smtpauth = '0';
- $mosConfig_smtpuser = '';
- $mosConfig_smtppass = '';
- $mosConfig_smtphost = 'localhost';
- $mosConfig_back_button = '1';
- $mosConfig_item_navigation = '1';
- $mosConfig_secret = 'vKDBykWeAOgGGEfd';
- $mosConfig_pagetitles = '1';
- $mosConfig_readmore = '1';
- $mosConfig_hits = '1';
- $mosConfig_icons = '1';
- $mosConfig_favicon = 'favicon.ico';
- $mosConfig_fileperms = ''
- ........
- Upload or save configuration.php file which you have been edit.
Have a nice try....
0 comments:
Post a Comment