当前位置: 代码迷 >> PHP >> CI URL有关问题
  详细解决方案

CI URL有关问题

热度:378   发布时间:2016-04-28 18:34:39.0
CI URL问题
手册上说默认就是这种访问方式:http://web.interest.com/article/index

Not Found

The requested URL /article/index was not found on this server.

是不是哪里需要配置呢,也没查到?
------解决方案--------------------
你的服务器不支持去掉index.php。
------解决方案--------------------
试试http://web.interest.com/index.php/article
  相关解决方案