如何使用正则表达式重定向重定向博客页面?

时间:2016-06-24 01:29:25

标签: regex wordpress redirect http-status-code-301

我想将所有博客页面重定向到新网址。

例如: 我想重定向: http://adaras.se/blogg/page/35

......来: http://adaras.se/blog/page/35

我正在使用重定向搜索引擎优化搜索引擎优化,并且不知道如何使用正则表达式重定向。我怎么能这样做?

1 个答案:

答案 0 :(得分:0)

您可以尝试:

def randnums():
    # Add this new variable
    total = 0
    for num in range(0, 6):
        num1 = random.randint(1, 9)
        total += num1
    # Print it out
    print("The total is:", total)

[编辑]添加在线测试人员的链接。

Yuu可以在此处看到此规则适用于您的示例: http://htaccess.mwl.be/

并在此网址上的在线.htaccess测试人员上自行尝试:http://htaccess.mwl.be/

如果它不适用于您的Yoast插件,请检查生成的.htaccess文件,您也可以尝试匹配所有内容以重定向到Google,例如,看看您的htaccess是否真正考虑在内! :)