博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
php中使用header函数的http头设置
阅读量:5994 次
发布时间:2019-06-20

本文共 354 字,大约阅读时间需要 1 分钟。

hot3.png

/ okheader('HTTP/1.1 200 OK');//设置一个404头:header('HTTP/1.1 404 Not Found');//设置地址被永久的重定向header('HTTP/1.1 301 Moved Permanently');//转到一个新地址header('Location: http://www.example.org/');//文件延迟转向:header('Refresh: 10; url=http://www.example.org/');print 'You will be redirected in 10 seconds';//当然,也可以使用html语法实现// 

转载于:https://my.oschina.net/kalcaddle/blog/32565

你可能感兴趣的文章
也谈免拆机破解中兴B860av1.1(解决不能安装软件/解决遥控)
查看>>
修改 Linux VM 中单个用户最大进程数的限制
查看>>
银行家算法
查看>>
react-native run-android error: unknown host service
查看>>
css3 box-shadow阴影(外阴影与外发光)讲解
查看>>
简易RPC框架-上下文
查看>>
26.使用IntelliJ IDEA开发Java Web项目时,修改了JSP后刷新浏览器无法及时显示修改后的页面...
查看>>
自定义ViewGroup
查看>>
微信朋友圈:应对春节千亿访问量背后的故事
查看>>
25.管道流
查看>>
2017-2018:时间戳
查看>>
rsync(六)命令中文手册
查看>>
北京教育软件创业公司招 .net工程师
查看>>
git基于历史commit创建分支
查看>>
Mongo = get size of single document
查看>>
LCD常用接口原理【转】
查看>>
cannot be resolved. It is indirectly referenced from required .class files
查看>>
博客搬迁说明
查看>>
vue Iframe
查看>>
vue 手风琴组件
查看>>