Blogger Information
Blog 22
fans 0
comment 0
visits 26952
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
ThinkPHP之静态路由
kiimi的博客
Original
1029 people have browsed it
'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!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post