织梦的蚂蚁 发表于 2012-4-12 17:40:30

[求助]无法加载视图文件

代码如下:
// 这段代码是 customer 控制器中的
      public function index()
      {
            $data['menu'] = $this->session->userdata('menu');
            $data['list'] = $this->M_customer->getList();

            $this->load->view('header');
            $this->load->view('index', $data);
            $this->load->view('footer');
      }



页面URL:
               http://localhost/ci/index.php/customer/
页面信息:
                <div id="container">
                        <h1>404 Page Not Found</h1>
                        <p>The page you requested was not found.</p>
                </div>



Hex 发表于 2012-4-12 20:17:20

你的服务器配置有问题。和 CI 无关。

织梦的蚂蚁 发表于 2012-4-13 08:44:57

Hex 发表于 2012-4-12 20:17 static/image/common/back.gif
你的服务器配置有问题。和 CI 无关。

环境是wamp,没有做过什么修改呢!
页: [1]
查看完整版本: [求助]无法加载视图文件