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

[已解决] 去掉了index.php,css 访问也正常啦

[复制链接]
发表于 2012-12-11 21:09:09 | 显示全部楼层 |阅读模式
本帖最后由 harrisonjau 于 2012-12-11 21:14 编辑
  1. RewriteEngine on
  2. RewriteCond %{REQUEST_FILENAME} !-f
  3. RewriteCond %{REQUEST_FILENAME} !-d
  4. RewriteCond $1 !^(index\.php|images|css|js|robots\.txt)
  5.   
  6. RewriteRule ^(.*)$ /index.php/$1 [L]
复制代码


注:反斜线是单线
发表于 2012-12-12 17:12:51 | 显示全部楼层
恭喜楼主解决问题啊

本版积分规则