Migrate live to local
-
Hi!
I’m trying to migrate a live site to mi computer but the only thing I can have is a download of 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(‘./wp-blog-header.php’);I’ve changed the data base (with locallinks) and the wp-config (with local user and password). I’ve tried without changing the DB ans the config file and always the same response..
Trying with Wamp and MAMP…
Some body can help me?
Many thanks
The topic ‘Migrate live to local’ is closed to new replies.