服务从domain.com 到 www.domain.com 的 301 重定向

发布于 2024-11-17 19:03:03 字数 250 浏览 3 评论 0原文

我即将编写这段代码(使用 tomcat,所以我认为没有一个简单的 .htaccess 解决方案),但我想我会看看是否已经有一个服务可以为我执行此操作。我需要将 mydomain.com/* 重定向到 www.mydomain.com/*。因此,最简单的方法(如果存在)是将 mydomain.com 的 dns 记录指向一个服务,该服务使用相同的路径和参数对 www.mydomain.com 进行 301 重定向。

存在这样的服务吗?

I'm about to write this code (using tomcat so I don't think there's an easy .htaccess solution), but figured I would see if there's already a service that does this for me. I need mydomain.com/* to be redirected to www.mydomain.com/*. So the easiest thing to do, if it exists, is to point the dns record for mydomain.com to a service which just does a 301 redirect to www.mydomain.com with the same path and parameters.

Any such service exist?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

谎言月老 2024-11-24 19:03:03

我正在寻找相同的内容,并发现

http://wwwizer.com/naked-domain-redirect

不确定我是否想要使用它,因为它看起来有点像一种业余爱好,而且我想可以随时关闭,特别是如果他们的带宽费用开始上涨

I was looking for the same and found

http://wwwizer.com/naked-domain-redirect.

Not sure I would want to use as it looks like a bit of a hobby sideline and could, I guess be turned off at anytime, especially if their bandwidth bills started to go up

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文