子域路由到多个控制器问题

发布于 2024-08-11 23:22:59 字数 289 浏览 5 评论 0原文

我有一个网站:www.mydomain.com,我们的管理控制隐藏在正常客户视图之外。我只想访问子域(例如 admin.mydomain.com)下的管理功能。我可以确保对管理功能的任何请求都必须在子域中具有 admin,但是我如何确保如果管理员单击网站上的其他任何内容(例如指向“mydomain.com/about_company”的链接),他们会得到离开管理主机域,并设置回常规 www.mydomain.com?

根据我对 Rails 路由的理解,子域可以定向到控制器,但我的管理功能被分成多个控制器。有什么想法吗?

谢谢!

I have a site: www.mydomain.com where we have administrative controls hidden away from normal customer view. I would like to only access the administrative features under a subdomain such as admin.mydomain.com. I can ensure that any requests to an administrative feature has to have admin in the subdomain, but how can I make sure that if the admin clicks anything else on the site such as a link to "mydomain.com/about_company" that they would get off of the admin host domain, and gets set back to the regular www.mydomain.com?

From my understanding of rails routing, a subdomain can be directed to a controller, but my administrative features are split into multiple controllers. Any ideas?

Thanks!

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

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

发布评论

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

评论(1

凉薄对峙 2024-08-18 23:22:59

您可以使用 subdomain_fu http://github.com/mbleigh/subdomain-fu 解决此问题。

You can use subdomain_fu http://github.com/mbleigh/subdomain-fu for this matter.

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