yinbangyun 发表于 2016-11-24 22:01:44

base_url不生效

$config['base_url'] = 'localhost';
然后在controlls里面写了Blog.php
浏览器访问
http://localhost/index.php/blog/
提示404.

why?

Hex 发表于 2016-11-25 18:00:27

base_url 要写全URL,例如 http://localhost/

herber 发表于 2017-3-3 16:36:28

还有要加载help
页: [1]
查看完整版本: base_url不生效