HTAccess重定向动态帖子

时间:2011-03-03 作者:Martin-Al

可能不是正确的提问方式,但是。。也可能是一个简单的问题。。

我们正在将网站改为Wordpress,需要重定向旧帖子。

以前的结构:http://url.com/art/12345.html

需要转到http://url.com/?p=12345

1 个回复
最合适的回答,由SO网友:fuxia 整理而成

在任何mod\\U rewrite指令之前使用此命令:

RedirectMatch Permanent ^/art/(\\d+).html /?p=$1

结束

相关推荐

htaccess strip url

我已将永久链接设置为%postname%/%location%/%course% 我想要这个permalink%location%/%course%/%postname% 但是由于这个原因,我在每个页面上都得到404,但不是在帖子上,我决定把这个永久链接%postname%/%location%/%course%/%postname% 但是我需要去掉起始的postname,这样我就不会得到404个页面,google也会用这个永久链接为我的站点建立索引/%location%/%course%/%postna