标签: codeigniter-3
我已下载并解压缩CodeIgniter 3.0.4
我已将文件复制到C:\ xampp \ htdocs \ myfirstciproj
“myfirstciproj”是我拥有index.php
我编辑了配置文件,如下所示 -
$config['base_url'] = 'http://localhost/myfirstciproj/';
现在,我的问题是,如何测试CodeIgniter是否正确获取基本URL?