【发布时间】:2012-04-27 11:24:09
【问题描述】:
我正在考虑从Wordpress to Octopress 转移,但我对整个后段网址管理非常怀疑。我当前的博客以这种方式处理 url:
myblog.com/post-id/post-slug
e.g.:
journal.kaush.co/283/recommended-mac-os-x-software-2011-2012
我了解 Octopress 的 url 方案如下:
myblog.com/YYYY/MM/DD/post-slug
所以如果我必须设置 301 重定向,是否必须为每个页面手动完成,还是有更智能的方法来解决这个问题?
干杯
【问题讨论】:
标签: wordpress url-rewriting http-status-code-301