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

[HELP] 新手求助啊 希望各位能帮忙解决下

[复制链接]
发表于 2013-4-10 10:22:40 | 显示全部楼层 |阅读模式
我刚接触ci但我新建一个hello.php想输出但提示404 page not found
<?php
if ( ! defined('BASEPATH')) exit('No direct script access allowed');
class Hello extends CI_Controller
{
    function index()
{
    echo 'wangpeng';}
}
/* End of file welcome.php */
/* Location: ./application/controllers/welcome.php */
?>
是不是配置的问题 我用的是wamp集成环境
发表于 2013-4-11 14:08:46 | 显示全部楼层
估计是url错了,访问的url贴出来看下

本版积分规则