CodeIgniter_2.0.2 $config['url_suffix']问题
我在application\config\config.php 下面的$config['url_suffix'] = '.html'; 已经设置了加后缀,为什么访问的时候不会自动加后缀上去呢。http://tool.com/CodeIgniter_2.0.2/index.php/index/test 而我手工加上去又是正常的http://tool.com/CodeIgniter_2.0.2/index.php/index/test.html要使用site_url函数生成的链接才会生成,自己手动拼接的肯定不是自动加上的
页:
[1]