hashbang 0 Report post Posted February 3, 2005 Hey All,I have been wondering if there is a convenient way to move the entire contents of a blog site or a content management site from one server to the other? If have built a considerable site elsewhere and want to bundle it up and move it but I don't want to hassle and fuss with rebuiling everything from scratch.Any ideas? I suppose this would also include moving databases.cheershashbang Share this post Link to post Share on other sites
Rudy1405241475 0 Report post Posted February 7, 2005 I have done it this way and it worked out fine but required some editing.First I downloaded the entire site to my hard drive cgi-bin and all, and then did a backup of the databases and save them too. I located all the code on any page that pointed to the old sub-domain and changed those including links.I created new databases with the same names and login as the old ones at the new site and restored the backups. I then entered the admin panels of the forum etc. and edited the content of the database fields to match the new site.It took me a few days but I did not have to remake the site. Share this post Link to post Share on other sites
-=Wrighty=- 0 Report post Posted February 7, 2005 I did exactly what rudy did, although, its much easier if you link you site like this: <a href="forums">rather than<a href="http://forums.xisto.com/ then you do not have to change all the links. Share this post Link to post Share on other sites
almoo7 0 Report post Posted February 18, 2005 If the backup feature of CPanel is usable then you can move files easily to another server(providing that that server has CPanel on it too) if you didn't change your domain name or URL(if you just migrated from server to server). Share this post Link to post Share on other sites
xtron 0 Report post Posted February 18, 2005 You can use CuteFTP enter Origin site (the one from wich u want to copy) select files and right click==>download advanced==>server to server enter target server account info and press ok if some of the files exist (cpanel files) u simple overwright them !!Piece of cake !! Share this post Link to post Share on other sites
marijnnn 0 Report post Posted February 18, 2005 last thing will not solve database shizzle.you'll hava to export your database (with phpmyadmin) to a sql file.then you'll have to make sure that your databaseserver is correct, (if it was localhost, it should work ok. then create a new database using the sql filethen create a user and a password and make sure he has the rights to access the db in all ways you want him to be able. then adjust your code. if you use a config file that has all these settings (dbserver, dbname, dbuser, dbpass,...), it's easy, you only have to adsjust it once. if you're a bad programmer, you'll have to do it many times :Plast thing is to check the rights on the folders. but that should be ok in most of the cases. Share this post Link to post Share on other sites