【问题标题】:How to write re direct url for my old site如何为我的旧网站编写重定向网址
【发布时间】:2019-08-02 09:21:37
【问题描述】:

我有一个网站,它是用 PHP 构建的。现在我要将我的网站转移到 Wordpress。我想将我的所有帖子 URL 重定向到新 URL。 以下是旧站点 URL 和新站点 URL 的一个示例

我有超过 15000 个 URL 需要重定向。

www.test.com/test-3-15348-4.html

新的

www.test.com/test-new-collection

【问题讨论】:

  • 您需要在 .htaccess 中编写以下内容: RewriteRule ^test-new-collection/$ test-3-15348-4.html

标签: php wordpress .htaccess redirect


【解决方案1】:

一旦你写的 URL 完全不同,你需要通过 PHP 手动完成

PHP 重定向

header("location: www.test.com/test-new-collection");

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2013-06-05
    • 2017-09-25
    • 2016-11-22
    • 2010-11-17
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多