Linux 软件免费装
Banner图

Automatic Domain Changer

开发者 nuagelab
更新时间 2023年3月17日 03:27
捐献地址: 去捐款
PHP版本: 3.0 及以上
WordPress版本: 6.0
版权: GPLv2 or later

标签

migration links admin administration resources domain change

下载

详情介绍:

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

安装:

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', 'http://' . $_SERVER['SERVER_NAME']); define('WP_SITEURL', 'http://' . $_SERVER['SERVER_NAME']); See http://codex.wordpress.org/Editing_wp-config.php#WordPress_address_.28URL.29 for more information.

常见问题:

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.

更新日志:

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