Home  >  Article  >  Backend Development  >  apache - thinkphp 如何只显示主网址,后面跟着的全部不显示在地址栏中

apache - thinkphp 如何只显示主网址,后面跟着的全部不显示在地址栏中

WBOY
WBOYOriginal
2016-06-06 20:18:511182browse

目前:http://zhidao.baidu.com/new?word=&ie=GBK
处理后:http://zhidao.baidu.com/

如何这样处理 我见过这样处理的 但是不知道什么原理

回复内容:

目前:http://zhidao.baidu.com/new?word=&ie=GBK
处理后:http://zhidao.baidu.com/

如何这样处理 我见过这样处理的 但是不知道什么原理

post 提交
cookies session 存储
UrlRewrite
啥的。

参考: http://document.thinkphp.cn/manual_3_2.html#url
http://doc.thinkphp.cn/manual/url_route.html

这个应该跟url重写有关,把thinkphp配置项URL_MODEL设置为2,参考thinkphp手册url路由那一章节应该有你想要的

一般两种实现:
1 简单粗暴的就是iframe 相对原有基础上改动也很小
2 跳转全部做成ajax 即保留一个页面不做跳转 数据交互全部通过ajax包括页面模板更换

.htaccess 重写规则是否写对。

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