Railo:在 http://domain.com 上找不到默认值
我在 Windows Server 2003 上的 Apache 下运行 Railo 3.1.0 时遇到问题。
当访问 http://www. domain.com 它默认为index.cfm。
当访问 http://domain.com 时,它找不到 index.cfm。 http://domain.com/index.cfm 工作正常。
有人知道我可以在哪里配置这个吗?
I'm having an issue with Railo 3.1.0 running under Apache on Windows Server 2003.
When going to http://www.domain.com it defaults to index.cfm.
When going to http://domain.com it doesn't find index.cfm. http://domain.com/index.cfm works fine.
Anyone know where I can configure this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来像是 Apache 虚拟主机配置错误,而不是 Railo。重新检查
domain.com
站点配置(在可用站点中)的DirectoryIndex
设置,它应该首先包含index.cfm
。Looks like Apache virtual host misconfiguration, not Railo. Re-check
DirectoryIndex
setting fordomain.com
site config (in sites-available), it should containindex.cfm
on first place.