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?
Looks like Apache virtual host misconfiguration, not Railo. Re-check DirectoryIndex
setting for domain.com
site config (in sites-available), it should contain index.cfm
on first place.
精彩评论