本文介绍了URL中的时段导致Railo错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
以下链接 http:// 127。 0. 0. 1:8888 /.../ index.cfm
会导致Railo内置服务器中出现错误。
The following link http://127. 0. 0. 1:8888/.../index.cfm
causes an error in Railo's built in server.
推荐答案
您应该能够通过在Application.cfc
You should be able to handle this by defining a onMissingTemplate function in your Application.cfc
这篇关于URL中的时段导致Railo错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!