1334640948 发表于 2013-7-27 09:43:26

CI伪静态

我想将
http://shop.baobei.cn/product/tlist-sid1-tid3.html   
在.htaccess
匹配<IfModule rewrite_module>
RewriteEngine On
RewriteRuletlist-sid(\d+)-tid(\d+)\.html$product/tlist?sid=$1&&tid=$2
</IfModule>
怎么这个伪静态找不到页面,如果是普通的php程序就可以匹配

页: [1]
查看完整版本: CI伪静态