用户
 找回密码
 入住 CI 中国社区
搜索
查看: 8440|回复: 3
收起左侧

[HELP] 天然纯小白:ci3.1.7 的一个捉摸不透的问题!

[复制链接]
发表于 2018-1-20 23:47:41 | 显示全部楼层 |阅读模式
我下载了CI3.1.7 , 然后放在ci317目录里,

然后写了一个test.php在控制器里,

  1. class Test extends CI_Controller{

  2.     //官方给的写法,构造函数
  3.     public function __construct()
  4.     {
  5.         parent::__construct();
  6.     }


  7.     public function index()
  8.     {
  9.         echo 'fdfdsafdsafdsafds';
  10.     }

  11. }
复制代码


然后我在浏览器里输入:http://localhost/ci317/test

出现:
Object not found!
The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.

If you think this is a server error, please contact the webmaster.

我什么都没动啊~ 什么原因?????
发表于 2018-1-22 10:40:23 | 显示全部楼层
如果你没有做去掉Index.php的相关设置,那你就得加上index.php,http://localhost/ci317/index.php/test
回复 支持 1 反对 0

使用道具 举报

本版积分规则