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

誰能幫我解釋這段rewrite意思

[复制链接]
发表于 2016-12-6 08:53:32 | 显示全部楼层 |阅读模式
ci用的rewrite去除index.php

RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteRule ^(.*)$ /my-test-project/ci/index.php/$1 [L]

例如各別輸入兩種網址
1. localhost/demo/
2. localhost/demo/index,php/news/2
我對 RewriteCond $1 !^(index\.php|images|robots\.txt) 裡頭的 $1 是指何者搞不懂
請教有工具或命令可以對$1 除錯嗎?

感謝
发表于 2016-12-6 14:07:33 | 显示全部楼层
apache url rewrite 建议参考下 url rewrite 官方手册,本问题和 CI 关系不大。

本版积分规则