我应该在哪里实现“默认重定向”在阿帕奇中

发布于 2024-09-13 04:29:05 字数 224 浏览 6 评论 0原文

目前我有 3 个独立的虚拟主机文件(default、staging 和 devel)。我希望 www.example.com 和 example.com 使用默认虚拟主机。我希望 staging.example.com 使用 staging vhost。这就是我遇到的问题所在;我想要别的东西,例如。 everything.example.com 或 else.example.com 使用开发虚拟主机。实现这一目标的最佳方法是什么?

Currently i have 3 separate vhost files default,staging,and devel. I want www.example.com and example.com to use the default vhost. I want staging.example.com to use the staging vhost. Heres where the problem im having is; i want anything else ex. anything.example.com or else.example.com to use the devel vhost. what is the best way to accomplish this?

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

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

发布评论

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

评论(1

榕城若虚 2024-09-20 04:29:05

Apache 读取的第一个主机将是默认主机

因此,我建议在 httpd.conf 上插入默认文件,因为首先读取该文件,然后根据需要加载所有 VHosts

The first host Apache reads will be the default one.

I would therefore recommend inserting the default one on httpd.conf as this file is read first and then load up all VHosts as you wish.

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