These are a few steps you need to do and prepare if you plan to move your Joomla site from one server to another. These tips also helpful if you plan to move your Joomla site from your localhost to a live site.
First thing you need to do is relax and stay calm, hmm maybe you’ll a cup of coffee too
. Ok, off we go now…
- Copy all of your Joomla files to your new server. It would be better if you compress all of your Joomla files into 1 (one) file (.zip or .tar.gz), then copy that file to your new server and extract the file using puTTy or any other relevant program. Don’t forget to dump your Joomla database to the new server using phpMyAdmin . I’ve wrote a tutorial on how to backup and import your Joomla database, you might want to read it first.
- In the new server, open your configuration.php file, and then make sure that all these parameter is correct according to your new server location. Remember, you only need to change these parameters listed below, you don’t need to change any other parameters.
$mosConfig_absolute_path
$mosConfig_cachepath
$mosConfig_live_site
$mosConfig_db
$mosConfig_user
$mosConfig_password
Example:
$mosConfig_absolute_path: "home/public_html/joomla";
$mosConfig_cachepath: "home/public_html/joomla/cache";
$mosConfig_live_site: "http://www.yourdomain.com";
$mosConfig_db: "joomla-db";
$mosConfig_user: "adminweb";
$mosConfig_password: "hehehe-itsme";
Don’t forget to save the changes you’ve made. If you can’t save it, CHMOD the configuration.php file into 755, then after you save it don’t foget to CMHOD it again to 644.
And now you’re done. That is it folks. Just a few simple steps, right?
.
Popularity: 17% [?]





Comment(s) For This Post
There are 5 comment(s)
Sep 3, 2008 - 7:59 am
My configuration.php file does not have any of those fields… probably because I’m using Joomla 1.5. It doesn’t seem too easy to move a Joomla 1.5 install, a tutorial on that would be great
May 22, 2008 - 10:50 pm
here the correct one:
http://www.geektips.net/18/backup-and-importing-joomla-database.html
May 24, 2008 - 6:33 am
Hi Guest01, thanks for the correction. I’ve updated the link.
Mar 5, 2009 - 3:23 am
here’s a more comprehensive and newer guide to move a joomla site
http://techtadka.net/tutorials/web-tutorials/164-moving-joomla-site-from-one-server-to-another.html
Jun 10, 2009 - 11:24 pm
How do i change my joomla 1.5 templates from scrash to my own design.