douqi0090 2019-06-03 16:57
浏览 143
已采纳

为什么auth /登录路径返回404错误?

I am new to Codeigniter and I have recently started a project using Codeigniter v3.10 and the Ion-Auth library for user actions.

When I try to access the login page base_url/auth/login I get a 404 error.How can I troublehsoot/solve this? I don't see anything in my network tab in the browser.

I copied and configured the files as presented in user docs. Thank you in advance

  • 写回答

1条回答 默认 最新

  • dqpfl2508589 2019-06-03 23:55
    关注

    base_url/index.php/auth/login or use .htaccess to remove index.php

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?