【问题标题】:Wordpress remove text and redirectWordpress 删除文本并重定向
【发布时间】:2019-03-23 05:24:06
【问题描述】:

我想在WordPress站点配置301重定向,访问下面的URL应该重定向到

http://example.com/old/test-review http://example.com/old/one-review

http://example.com/new/test http://example.com/new/one

我曾尝试在 WordPress 重定向插件中使用正则表达式,但它不起作用。

【问题讨论】:

  • 您在 .httaccess 而不是 WordPress 插件中添加基于正则表达式的重定向。

标签: wordpress .htaccess redirect http-status-code-301


【解决方案1】:

避免在第一个 URL 中使用 HTTP://, 尝试类似:

Redirect 301 /new/test http://example.com/new/one

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2017-04-21
    • 1970-01-01
    • 2013-12-22
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多