WordPress固定链接问题404

时间:2016-05-01 作者:Tanvir Ahmed

我的网站旧permalinkhttp://example.com/postid.html . 现在我将permalink结构更改为http://example.com/postname .

我的旧链接现在是404。

我尝试使用Yoast生成器和重定向插件.htaccess 301重定向和更新my的代码.htaccess 但问题尚未解决。

我可以知道怎样才能重定向我所有的旧帖子吗postid.html 至新职位postname?

提前谢谢。

1 个回复
SO网友:Tanvir Ahmed

在谷歌上搜索了一下之后,我自己就搞定了。

只需在中添加以下行。H接口

重定向匹配301 ^/(\\d+)。html$http://sitename.com/?p=$1.

相关推荐

Redirect htaccess

我需要帮助重定向我的页面。例如,我有网站https://example.com. 我需要将内容从https://example.com 到https://example.com/blog. 这不是问题,我通过更改主页URL来做到这一点。这很有效。但现在我需要添加来自旧的重定向https://example.com 到https://xmpl.com.我想用。htaccess,但这不起作用。你们能帮帮我吗?以下是我对此的一些尝试,但两者都不起作用。RewriteEngine On RewriteRu