Home  >  Article  >  Backend Development  >  thinkphp里面的.html地址访问是怎么实现的

thinkphp里面的.html地址访问是怎么实现的

WBOY
WBOYOriginal
2016-06-13 11:50:481476browse

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


这是thinkphp里面的

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

------解决方案--------------------
 TP的默认模板文件后缀设置是:TMPL_TEMPLATE_SUFFIX='.html'
------解决方案--------------------
不就是个参数串吗?加上去就是了
------解决方案--------------------

引用:
http://wz.37wan.com/server_list.html
http://wz.37wan.com/server_list.php

可能有静态页面
也可能是 url 重写
------解决方案--------------------
是控制器,你有句$this->display()语句,然后login.html和login就一样了,当然它默认是.html后缀,你也可以设置。
Statement:
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