求教 rewrite问题
原 http://new.dongsport.com/venue/search?type=0P02&city=0100101&mall=1能不能写个规则
改为http://new.dongsport.com/venue/search/type/0P02/city/0100101/mall/1 这个不需要rewrite吧?ci本身就提供这样的uri 楼主的意思楼上误会了。楼主的意思是,用CI重构类网站以后,如果用户仍然用
http://new.dongsport.com/venue/search?type=0P02&city=0100101&mall=1
访问,能不能通过apache直接把地址转换成http://new.dongsport.com/venue/search/type/0P02/city/0100101/mall/1
这样原来的外站推荐的具体链接以及搜索引擎点开以后不会是404页面了。 RewriteRule ^(.*)/venue/search?type=(.*)&city=(.*)&mall=(.*)$ $1/index.php/admin/index/index/type/$2/city/$3/mall/$4
大概是这样,我没环境试.
你试试行不行 楼主解决了吗
页:
[1]