|
|
Home FAQs |
How do you move a Joomla! Site (files and configuring of configuration.php)?
| Author(s): | Cronlin | Experience level: | Beginner | Contributors: | Joomla! version: | ![]() | Date added: | Monday, 26 March 2007 | Date last changed: | Tuesday, 05 June 2007 |
- Copy over your files, either via ftp or SSH/command line
- Backup and then restore your database - perhaps using phpmyadmin or SSH/command line (this step only needed if moving site from one server to another.)
- Edit your configuration.php file to reflect the new values. Specifically the following:
$mosConfig_password = 'password';
$mosConfig_db = 'joomla_joomla';
$mosConfig_absolute_path = '/home/joomla/public_html';
$mosConfig_live_site = 'http://www.joomla.org';
$mosConfig_cachepath = '/your absolute path/cache';
Note: You may also need to ensure you have configured your .htaccess file in the new location.
Last Updated Tuesday, 05 June 2007
| < Prev | Next > |
|---|



FAQs 