Move wordpress directory to the new location.
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 22 Sep 2014 17:26:04 +0000 (13:26 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 22 Sep 2014 17:26:04 +0000 (13:26 -0400)
commitb21d1455eb44539425bec9258eb29015260fa2df
tree194ee34a6e5085d9f78633afa177097bb7425aa9
parent8c98548c446c17bb1c183d6436d2371e2fa76b34
Move wordpress directory to the new location.

use admin name instead of the wordpress.
need to load a new copy of the database also for this to work as headway has a lot of serialized arrays
stored that will have the incorrect url.
30 files changed:
index.php
wp-config.php
wp-content/plugins/wp-migrate-db/asset/css/styles.css [new file with mode: 0644]
wp-content/plugins/wp-migrate-db/asset/img/wp-migrate-db-pro.jpg [new file with mode: 0644]
wp-content/plugins/wp-migrate-db/asset/img/wp-migrate-db-pro@2x.jpg [new file with mode: 0644]
wp-content/plugins/wp-migrate-db/asset/js/common.js [new file with mode: 0644]
wp-content/plugins/wp-migrate-db/asset/js/hook.js [new file with mode: 0644]
wp-content/plugins/wp-migrate-db/asset/js/script.js [new file with mode: 0644]
wp-content/plugins/wp-migrate-db/asset/js/script.min.js [new file with mode: 0644]
wp-content/plugins/wp-migrate-db/class/wpmdb-base.php [new file with mode: 0644]
wp-content/plugins/wp-migrate-db/class/wpmdb-utils.php [new file with mode: 0644]
wp-content/plugins/wp-migrate-db/class/wpmdb.php [new file with mode: 0644]
wp-content/plugins/wp-migrate-db/compatibility/wp-migrate-db-pro-compatibility.php [new file with mode: 0644]
wp-content/plugins/wp-migrate-db/languages/wp-migrate-db-pro-en.pot [new file with mode: 0644]
wp-content/plugins/wp-migrate-db/readme.txt [new file with mode: 0644]
wp-content/plugins/wp-migrate-db/template/addons.php [new file with mode: 0644]
wp-content/plugins/wp-migrate-db/template/common/compatibility.php [new file with mode: 0644]
wp-content/plugins/wp-migrate-db/template/common/debug-info.php [new file with mode: 0644]
wp-content/plugins/wp-migrate-db/template/common/max-request-size.php [new file with mode: 0644]
wp-content/plugins/wp-migrate-db/template/help.php [new file with mode: 0644]
wp-content/plugins/wp-migrate-db/template/migrate-progress.php [new file with mode: 0644]
wp-content/plugins/wp-migrate-db/template/migrate.php [new file with mode: 0644]
wp-content/plugins/wp-migrate-db/template/options.php [new file with mode: 0644]
wp-content/plugins/wp-migrate-db/template/profile.php [new file with mode: 0644]
wp-content/plugins/wp-migrate-db/template/settings.php [new file with mode: 0644]
wp-content/plugins/wp-migrate-db/template/wpmdb/exclude-post-revisions.php [new file with mode: 0644]
wp-content/plugins/wp-migrate-db/template/wpmdb/progress-upgrade.php [new file with mode: 0644]
wp-content/plugins/wp-migrate-db/template/wpmdb/sidebar.php [new file with mode: 0644]
wp-content/plugins/wp-migrate-db/template/wpmdb/wordpress-org-support.php [new file with mode: 0644]
wp-content/plugins/wp-migrate-db/wp-migrate-db.php [new file with mode: 0644]