当前位置:
代码迷
>>
PHP
>> 扫除 thinkphp跟php的 X-Powered-By
详细解决方案
扫除 thinkphp跟php的 X-Powered-By
热度:
474
发布时间:
2016-04-28 18:56:25.0
清除 thinkphp跟php的 X-Powered-By
thinkphp 清除 X-Powered-By: ThinkPHP
找到文件,
ThinkPHP/Lib/Think/Core/View.class.php。
搜索到一下代码屏蔽即可。
header('X-Powered-By:ThinkPHP');
PHP清除X-Powered-By: PHP/5.2.4
设置php.ini ,expose_php = Off。
查看全文
相关解决方案
怎么去掉网站shopwe首页的 Powered by ShopWe V1.6
如何在 ThinkPHP 实现 YY.baidu.com
thinkphp 有关问题 Call to undefined function
thinkphp 如何实例化自定义的类
thinkphp 步骤之间传递变量
thinkphp 前台和后台公用的函数如何加载
thinkphp 3.1.2 怎么使用 select 标签
thinkphp 两个数如何在模板中运算
thinkphp 超简单有关问题 。新手。
thinkphp 无线级别归类
ThinkPHP 中M步骤和D方法的具体区别
thinkphp 关联查询有关问题
ThinkPHP 框架 关于数据库是否存在某值的有关问题
thinkPHP,分页查询有关问题
thinkPHP 模糊查询有关问题,代码如下
Thinkphp url路由配备
使用【ThinkPHP】开发的请问?
thinkphp + easyUI 不能与此同时打开两张数据表
thinkphp 连接mysql 有关问题
thinkPHP 控制器跳转解决方法
thinkphp 调用查询类型的存储过程返回值有关问题
解决 ThinkPHP URL 中文乱码有关问题
thinkphp 没选择上传文件
PHP 也许 ThinkPHP 中有什么方法可以在代码中删除表记录
ThinkPHP URL守则、URL伪静态、URL路由
thinkphp session 取不到验证码,该如何解决
ThinkPHP 中USER_AUTH_KEY 什么功用? 把session存在C('USER_AUTH_KEY’) 中有什么好处
thinkphp LIB索引下的文件细分
Thinkphp win7 32位停正常,64位下错位,查看HTML源码多出如下代码
Thinkphp 关闭Gzip header输出有关问题