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

更新.htaccess后,首页不能访问

[复制链接]
发表于 2012-4-19 14:26:21 | 显示全部楼层 |阅读模式
原来可以访问,但是现在不能访问首页,里面的都可以访问,这是为什么呢
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php/$1 [L]

原来是
RewriteEngine on
RewriteCond $1 !^(index\.php|images|css|js|up|kindeditor|robots\.txt|PHPExcelClasses|info\.xls)
RewriteRule ^(.*)$ /index.php/$1 [L]
发表于 2012-4-19 14:28:36 | 显示全部楼层
那你改他做什么呢?
 楼主| 发表于 2012-4-19 15:24:25 | 显示全部楼层
我是根目录下加个文件,或者目录,就可以直接访问,而不用再在上面增加才可以访问
发表于 2012-4-19 18:24:52 | 显示全部楼层
去掉 RewriteBase 试试

本版积分规则