MDN

Go Back   Mambo - Forums Closed for posting > Mambo 4.5.5 - Stable > General Questions > Tips & Tricks

Closed Thread
 
Thread Tools Search this Thread Display Modes
Old January 13th, 2005, 11:46   #1
mamboguy.com
 
Join Date: Nov 2003
Location: Australia
Posts: 2,931
mamboguy.com will become famous soon enough
Post How to move your Mambo site.

To move your Mambo site from either one folder to another or one server to another, here are a few basics.
  • 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:
    Quote:
    $mosConfig_user = 'mambo_mambo';
    $mosConfig_password = 'password';
    $mosConfig_db = 'mambo_mambo';
    $mosConfig_absolute_path = '/home/mambo/public_html';
    $mosConfig_live_site = 'http://www.mamboserver.com';
    $mosConfig_cachepath = '/your absolute path/cache';

Note: You may also need to ensure you have configured your .htaccess file in the new location.
__________________
Brad Baker
www.rochen.com - Multiple Domain, Reseller and Dedicated Hosting Solutions.
www.joomlatutorials.com - Joomla Tutorials to get you started.

Last edited by mamboguy.com : March 29th, 2005 at 14:08.
mamboguy.com is offline  
Closed Thread


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to create a Firefox search plugin for your Mambo site! :) idigital Custom Development 3 November 14th, 2005 14:11
"Design First" Mambo Site - A Case Study JeffOrbit Evaluating Mambo? 14 September 4th, 2005 15:35
Switching a live site from static pages to Mambo brookie General Questions 3 December 22nd, 2004 13:56
Developing a mambo site at root of domain in parallel with existing site. cjon316 General Questions 5 November 1st, 2004 03:04
Trouble Installing Mambo in a Apache/PHP/MySQL Configuration adldesigner Installation Questions 6 May 27th, 2004 22:12


All times are GMT -7. The time now is 07:43.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.