【发布时间】: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