[wordpress插件] CC-RedirectsCC重定向

wordpress 插件 文章 2020-03-19 16:20 538 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

This plugin allows you to create simple redirect requests to another page on your site or elsewhere on the web.

此插件可让您创建简单的重定向请求,以重定向到您网站上或网络上其他地方的另一页。

Redirects format is similar to the one that Apache uses.

重定向格式类似于Apache使用的格式。

The From field should be relative to your website root.

From 字段应相对于您的网站根目录。

The To field can be either a full URL to any page on the web, or relative to your website root.

To 字段可以是Web上任何页面的完整URL,也可以是相对于您的网站根目录的完整URL。

From: /old-page/ To: ew-page/

从: / old-page / 到: / new-page /

From: /old-page/ To: http://example.comew-page/

从: / old-page / 到: http://example.comew-page/

To use wildcards, put an asterisk * after the folder name you want to redirect.

要使用通配符,请在要重定向的文件夹名称后添加星号 *

From: /old-folder/* To: edirect-everything-here/

从: / old-folder / * 到: / redirect-everything-here /

You can also use the asterisk * in the To field to replace whatever it matches in the From field.

您还可以在 To 字段中使用星号 * 替换在 From 字段中匹配的任何内容。

From: /old-folder/* To: /some/other/folder/*

从: / old-folder / * 到: / some / other / folder / *

From: /old-folder/*/content/ To: /some/other/folder/*

从: / old-folder / * / content / 到: / some / other / folder / *

安装步骤

From your WordPress Dashboard

从您的WordPress仪表板中

    1. Go to ‘Plugins > Add New’
    2. 转到“插件>添加新内容”

    3. Search for ‘CC-Redirects’
    4. 搜索“抄送重定向”

    5. Activate the plugin from the Plugin section on your WordPress Dashboard.
    6. 从WordPress仪表板上的“插件”部分激活插件。

    From WordPress.org

    来自WordPress.org

      1. Download ‘CC-Redirects’.
      2. 下载“抄送重定向”。

      3. Upload the ‘cc-redirects’ directory to your ‘/wp-content/plugins/’ directory using your favorite method (ftp, sftp, scp, etc…)
      4. 使用您喜欢的方法(ftp,sftp,scp等)将“ cc-redirects”目录上传到您的“ / wp-content / plugins /”目录中

      5. Activate the plugin from the Plugin section in your WordPress Dashboard.
      6. 从WordPress信息中心的“插件”部分激活插件。

      Once Activated

      一旦激活

        1. Visit the ‘Update> Settings’ page, select your preferred options and save them.
        2. 访问“更新”设置页面,选择您喜欢的选项并保存。

        Multisite

        多站点

        The plugin can be activated and used for just about any use case.

        可以激活该插件并将其用于几乎所有用例。

          • Activate at the site level to load the plugin on that site only.
          • 在站点级别激活以仅在该站点上加载插件。

          • Activate at the network level for full integration with all sites in your network (this is the most common type of multisite installation).
          • 在网络级别激活以与网络中的所有站点完全集成(这是多站点安装的最常见类型)。

下载地址
https://downloads.wordpress.org/plugin/cc-redirects.zip
-EOF-

AI助手支持GPT4.0