Linux 软件免费装
Banner图

Automatic Domain Changer

开发者 nuagelab
更新时间 2026年5月8日 12:01
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 6.9.4
版权: GPLv2 or later

标签

migration links admin administration domain change

下载

3.0.0 3.0.1

详情介绍:

This plugin automatically detects a domain name change, and updates all the WordPress tables in the database to reflect this change. Features Feedback

安装:

This section describes how to install the plugin and get it working. Requirements Installing the Plugin (using the Wordpress Admin Console)
  1. From your dashboard, click on "Plugins" in the left sidebar
  2. Add a new plugin
  3. Search for "Automatic Domain Changer"
  4. Install "Automatic Domain Changer"
  5. Once Installed, if you want to manually change your domain, go to Tools > Domain Change
  6. If your domain changes, a notice will appear at the top of the admin screen with a link to the domain changing tool
(manually via FTP)
  1. Delete any existing 'auto-domain-change' folder from the '/wp-content/plugins/' directory
  2. Upload the 'auto-domain-change' folder to the '/wp-content/plugins/' directory
  3. Activate the plugin through the 'Plugins' menu in WordPress
  4. Once Installed, if you want to manually change your domain, go to Tools > Domain Change
  5. If your domain changes, a notice will appear at the top of the admin screen with a link to the domain changing tool
Making your blog/site address automatically reflect your server's name Add the following to your wp-config.php file: define('WP_HOME', 'https://' . $_SERVER['SERVER_NAME']); define('WP_SITEURL', 'https://' . $_SERVER['SERVER_NAME']); See http://codex.wordpress.org/Editing_wp-config.php#WordPress_address_.28URL.29 for more information.

升级注意事项:

3.0.1 Critical hotfix for 3.0.0. Stops the Replacer from corrupting serialized PHP class instances (for example the _site_transient_update_plugins transient), which could trigger fatal "incomplete object" errors in PHP 8. Update before running another domain change. 3.0.0 Recommended security update. Fixes a SQL-injection risk and a PHP object-injection risk in the domain-change routine, hardens the admin-page capability/nonce checks, and modernizes the codebase. Now requires PHP 7.4+ and WordPress 5.0+.

常见问题:

What does this plugin do precisely?

It scans all the tables with the same table prefix as WordPress. It fetches each row, unserialize values as needed, and replace the old domain by the new.

Do you plan to localize this plugin in a near future?

Yes, this plugin will be translated to french shortly. If you want to help with translation in other languages, we'll be happy to hear from you.

更新日志:

3.0.1 Hotfix for a regression introduced in 3.0.0. If you ran 3.0.0 with old == new and now see "incomplete object" fatals (for example from wp-migrate-db-pro's update-checker hook), clear the affected transients with wp transient delete update_plugins --network (and update_themes, update_core) — they regenerate on the next dashboard load. 3.0.0 Major modernization release. The user-facing behavior is unchanged: the same Tools → Change Domain page with the same options and the same backup buttons. Everything else has been rewritten. Security Compatibility Architecture 2.0.2 2.0.1 2.0.0 1.0.1 1.0 0.0.6 0.0.5 0.0.4 0.0.3 0.0.2 0.0.1