'URL_ROUTER_ON=>true',
'URL_MAP_RULES'=>array(
'index'=>'Index/index'
)
静态路由采用'URL_MAP_RULES'与动态路由区分开,静态路由是完全匹配的,因此必须完全一致才会匹配,并且不收URL后缀影响。
如index.html也是可以正常访问的。
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!