【发布时间】:2012-02-03 00:19:57
【问题描述】:
我的网址是:
http://www.thebestincanada.ca/index.php?site/searchOther/restaurant/Victoria
我想把网址改写为:
http://www.thebestincanada.ca/restaurant/Victoria
对此的 url 重写规则是什么?
我试过了:
RewriteEngine on
RewriteRule ^([0-9A-Za-z\-]+)/([0-9]+)-([0-9]+) default.php?title=$1&cat=$2&subcat=$3
但这没有用。
【问题讨论】:
标签: php mysql .htaccess codeigniter