Enables you to move your blog across locations, or even make it available through multiple urls at the same time.
ezMigrate directory to the /wp-content/plugins/ directoryPlace the following code into your wp-config.php:
require_once ABSPATH.'wp-content/plugins/ezmigrate/includes/config_include.php';
at the end of the file, right before:
require_once(ABSPATH . 'wp-settings.php');
Optionally, adjust your themes by putting the following line of code in the file header.php right after the <head> tag:
<base href="<?php echo ezMigrate_getFullUrl();?>/" />
When you do this you can use static relative urls for links, images, css and javascript files, without the need for phpcode:
<a href="page1">page1</a>
<img src="wp-content/themes/myTheme/images/img.jpg">
This is particularly useful when you want to put these urls in javascript files
Tutorial on how to use the ezMigrate plugin: Moving wordpress using the ezmigrate plugin
Requires: 2.9.0 or higher
Compatible up to: 3.0.5
Last Updated: 2011-6-11
Downloads: 1,537




