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

[HELP] 关于uri not found 的问题,求解

[复制链接]
发表于 2012-8-4 13:49:11 | 显示全部楼层 |阅读模式
我routes.php里面配置了$route['about/(:num)'] = 'about';$route['product/(:num)'] = 'product';
$route['product/(:num)/(:any)'] = 'product'; 线上是可以访问到路径的,但是本地访问http://localhost/about路径的时候就会提示not found on this server ,是什么原因呢?是本地的php环境有问题吗?求解,谢谢!!

 楼主| 发表于 2012-8-4 14:55:41 | 显示全部楼层
原来是apache不支持.htaccess的缘故,现在支持了,问题解决了!

本版积分规则