5
Make sure you read the FAQ that answers your question, of course.
and pay special attention to the paths in the mainfile.php
make sure you update these with the proper settings of your new host:
// XOOPS Physical Path
// Physical path to your main XOOPS directory WITHOUT trailing slash
define('XOOPS_ROOT_PATH', 'var/www/html/yourURL.com/yourxoopsfolder');
// XOOPS Virtual Path (URL)
// Virtual path to your main XOOPS directory WITHOUT trailing slash
define('XOOPS_URL', 'http://www.yourURL.com/yourxoopsfolder');
Basic summary of moving a XOOPS site:
1. Backup database structure and data into an sql file.
2. Backup all files of your XOOPS site.
3. Import the backed up SQL file into a new database at your new host.
4. copy the files into your new host from the files backup you did in step 2
5. Make sure path settings match in mainfile.php to those of your new host.
6. Make sure the files on your new host are looking at the new database (this is also in mainfile.php)
7. Test it all to make sure its good.
Thats just the quick steps to moving your XOOPS site to a new host.
Remember to also read the FAQ linked earlier in this thread to address any other issues you might have.
Hope that helps,
Daniel Hall / XOOPS Module Development & Theme Design
Free XOOPS Support >
My Wish List