PE Pelican静态站点生成器上的301 HTTP响应

时间:2014-08-17 04:19:16

标签: http drupal http-status-code-301 github-pages pelican

我正在将我的博客从Drupal移到Pelican并清理一些旧网址。

我现在有几百个旧网址无效,应返回301 Moved Permanently响应。 Pelican或Github Pages有办法处理这些旧位置吗?

1 个答案:

答案 0 :(得分:1)

唉,没有办法从Pelican或Github页面进行HTTP重定向,但你可以使用meta refresh做一些聪明的事情。

我的解决方案就是创建一个可以进行元刷新的大量文件,将人们重定向到正确的位置。