在我尝试打开名称为" UserProfile" (Camel Case)然后它显示404找不到错误。
例如:
Not Found (#404)
Page not found.
The above error occurred while the Web server was processing your request.
Please contact us if you think this is a server error. Thank you.
但是没有任何骆驼箱的控制器工作正常。
我只在Linux服务器上遇到此问题。在我的本地窗口机器上工作正常。
任何帮助都将不胜感激。
答案 0 :(得分:1)
原因是在Windows上您有一个不区分大小写的环境,而在Linux上则有一个区分大小写的环境。您需要使用确切的字符串以确保它也适用于Linux。使用精确字符串是一种很好的做法。