Closed happypeter closed 9 years ago
添加下面的代码到 happycasts.net/index.html
redirecting to haoduoshipin.com ...
<script>
window.location.replace("http://haoduoshipin.com");
</script>
就可以重定向到 haoduoshipin.com 了,但是 happycasts.net/episode/2 仍然是 404 啊,这意味着老的链接全部都失效了。
happycasts.conf 里面这样写
server {
listen 80;
index index.html index.htm;
server_name happycasts.net;
return 301 $scheme://haoduoshipin.com$request_uri;
}
server {
listen 80;
index index.html index.htm;
server_name www.happycasts.net;
return 301 $scheme://haoduoshipin.com$request_uri;
}
happycasts.net/episodes/105 就可以重定向到 haoduoshipin.com/episodes/105 了
https://github.com/happypeter/haoduoshipin/commit/80f6f9584bec51bd263ccd27500354ff9bc5e2d3
把所有的 happycasts 的字样都改成了 haoduoshipin.com
这个还是'happycasts.net'
这个是小问题
注意到了吧,点击后发现‘404’ 直到我把前缀改成"haoduoshipin.com"才能正常打开修改成功
3.你的网站上显示:
haoduoshipin.com 域名正在备案,请大家暂时继续使用 happycasts.net
但是,现在已经404咯