Hi all,
I've decided to change hosts and after trying several I've picked one. I was hoping someone knowledgable could look at my plans to see if I'm missing any steps (or totally confused).
Note: currently XOOPS files are in oldsite/xoops and in the new site I want the XOOPS files in the root.
1) Installed XOOPS db backup and restore V3, ran module.
(one glitch email links to download files did not work in emails but files are in upload/backup. Will work on glitch later)
2) FTP'd a copy of my XOOPS folder
3) Created MySQL db on new server
4) Becouse I want XOOPS files for new site to be in root I change copied mainfile.php
define('XOOPS_URL', 'http://mysite.net/xoops');
to
define('XOOPS_URL', 'http://mysite.net');
also in mainfile.php changed databasename, username and password. I dont think I need to change the DB_Prefix??
5) Add data to db (really not sure about this one) Extract db backup created with XOOPS db b&R, open with notepad. login to host cp, in phpmyadmin select querry window and paste the contents of the db backup into the querry, select go. (I think this will create tables and content)
6)FTP contents of my altered XOOPS folder to new host.
Does this sound right?
Other Stuff:
PHP 4.4, XOOPS v2.0.16, Protector v2.57, Multimenu v1.74, Document Management Systems (DMS) v1.87, CBB v3.05, DLinks v1, Formulize v2.2, Pageworks v2.2 and
Multi Theme Hack.Thanks for any input!