apache php路由实现,thinkphp路由规则使用示例详解和伪静态功能实现(apache重写)
//thinkphp 路由定义规则$route = array('news/:action/:year\d/:month/:day'=>'news/read?year=:2&month=:3&day=:4','news/:action^delete|update|insert/:year\d/:month/:day'=>array( 'ne...