标签: php codeigniter mod-rewrite url-rewriting routes
我有这个网址 http://mysite.local/awesome-shirts.html
http://mysite.local/awesome-shirts.html
我想把它路由到
http://mysite.local/category/shirts/awesome-shirts.html
网址的第三段是动态的。
有谁知道怎么做这个?提前致谢
答案 0 :(得分:0)
我希望这会对你有所帮助。
$route['category/(:*)/(:*)'] = "/$1";