Moving Hosts
-
So a friend has a WP site hosted with 1&1.
I’m trying to copy the site to my host (TSO), but I’m really starting to struggle.When I nav to the new site I get a blank page.
Looking at page source, it show this:<?php /** * Front to the WordPress application. This file doesn't do anything, but loads * wp-blog-header.php which does and tells WordPress to load the theme. * * @package WordPress */ /** * Tells WordPress to load the WordPress theme and output it. * * @var bool */ define('WP_USE_THEMES', true); /** Loads the WordPress Environment and Template */ require( dirname( __FILE__ ) . '/wp-blog-header.php' );I have NO idea what I’ve broken, omitted or otherwise screwed up here !
These are the steps I took to do the copy across domains:
- Downloaded all files from original site.
- Exported DB from original site.
- Created new blank site on new host.
- Uploaded all files to new site.
- Imported DB to new site.
- Update all DB references of oldsite.co.uk to newsite.co.uk
(used interconnect/it utility (https://interconnectit.com/products/search-and-replace-for-wordpress-databases/) - updated wp-config.php on new site(DB, user, host, password)
If anyone can help me work out my next steps … would be appreciated !
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Moving Hosts’ is closed to new replies.