如果只有几个页面,那么可以在中为这些页面显式设置重定向。htaccess文件(位于WP install root文件夹中),只需在文件顶部添加以下行(您需要为每个要重定向的页面编写规则):
Redirect 301 /this-is-the-page /default-category/this-is-the-post
Redirect 301 /this-is-another-page /default-category/this-is-another-post
正如您所看到的,模式非常简单:
Redirect 301 /old-page-path /new-page-path