xampp 代码点火器 mac

发布于 2024-10-16 06:56:57 字数 201 浏览 2 评论 0原文

我有 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

铃予 2024-10-23 06:56:57

正确的 URL 语法是

http://siteroot/index.php/controller/function/argument

Proper URL syntax is

http://siteroot/index.php/controller/function/argument

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文