Home > Backend Development > PHP Tutorial > thinkphp里面的.html地址访问是如何实现的?

thinkphp里面的.html地址访问是如何实现的?

WBOY
Release: 2016-06-23 14:00:58
Original
1100 people have browsed it



这是thinkphp里面的

这两个地址打开的都是登陆页面。
上面那个是访问的public控制里面的login方法
我想问下大家下面那个.html的地址是如何实现的


回复讨论(解决方案)

 TP的默认模板文件后缀设置是:TMPL_TEMPLATE_SUFFIX='.html'

 TP的默认模板文件后缀设置是:TMPL_TEMPLATE_SUFFIX='.html'
这个public不是控制器么 是文件夹?然后下面的login.html文件?
这个s="````````"不是tp的路由规则吗?
再劳驾问下下面两个地址指向同一个页面是咋回事呢?
http://wz.37wan.com/server_list.html
http://wz.37wan.com/server_list.php

不就是个参数串吗?加上去就是了

http://wz.37wan.com/server_list.html
http://wz.37wan.com/server_list.php
可能有静态页面
也可能是 url 重写

是控制器,你有句$this->display()语句,然后login.html和login就一样了,当然它默认是.html后缀,你也可以设置。

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template