xampp 代码点火器 mac
我有 codeigniter 设置可以在我的 mac 上运行 10.6 xampp 1.7.3。它似乎有效,但现在找不到我创建的控制器。它给我一个 404 错误页面未找到。我没有使用任何 htaccess 文件,也没有特殊功能设置。一切都按照默认设置进行设置。我的控制器的名称是loginpage,并使其成为routes.php 文件中的默认路由。我应该寻找什么?
谢谢。
I have codeigniter setup to work on my mac with 10.6 xampp 1.7.3. it seems to work but now cannot find the controller I have created. it gives me a 404 error page not found. I am not using any htaccess files and I have not special features setup. everything is setup like it should be from default settings. the name of my controller is loginpage and have made it the default route in the routes.php file. what should I be looking for?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
正确的 URL 语法是
http://siteroot/index.php/controller/function/argument
Proper URL syntax is
http://siteroot/index.php/controller/function/argument