开发者

index.ctp not recognized in cakephp

开发者 https://www.devze.com 2023-01-17 22:11 出处:网络
I have created index.ctp under views/controller_name/ folder, but the Mis开发者_StackOverflow中文版sing view error is still appearing? any suggestions?This one depends on the URL you try to reach. If

I have created index.ctp under views/controller_name/ folder, but the Mis开发者_StackOverflow中文版sing view error is still appearing? any suggestions?


This one depends on the URL you try to reach. If you open yourwebsite.com/yourcontroller, you are supposed to view the index.ctp view from your views/yourcontroller directory. However, you might use a routed configuration and therefore redirect your URL to another path (controller+view combination at that matter).

0

精彩评论

暂无评论...
验证码 换一张
取 消