Heim > Artikel > Backend-Entwicklung > So implementieren Sie die Umleitung von PHP-Domänennamen
So implementieren Sie die Umleitung von Domainnamen in PHP: 1. Implementieren Sie die Umleitung von Domainnamen über „echo 'a53524f64d70199ba59af021657dce24
<!--1.禁止浏览器从本地机的缓存中调阅页面内容,设定后一旦离开网页就无法从Cache中再调出 --> <meta http-equiv="pragma" content="no-cache"> <!--2.清除缓存(再访问这个网站要重新下载!)--> <meta http-equiv="cache-control" content="no-cache"> <!--3.设定网页的到期时间,一旦网页过期,必须到服务器上重新传输。--> <meta http-equiv="expires" content="0"> <!--4.关键字,搜索引擎用--> <meta http-equiv="keywords" content="keyword1,keyword2,keyword3"> <!--5.页面描述--> <meta http-equiv="description" content="This is my page"> <!--6.html+utf-8--> <meta http-equiv="content-type" content="text/html;charset=utf-8"> <!--7.几秒后页面自动跳转--> <meta http-equiv="Refresh" content="2;URL=http://www.net.cn/"> <!--8.Set-Cookie如果网页过期,那么存盘的cookie将被删除--> <meta http-equiv="Set-Cookie" content="cookievalue=xxx;expires=Wednesday, 20-Jun-200722:33:00 GMT; path=/">Empfohlenes Lernen: „PHP-Video-Tutorial》
Das obige ist der detaillierte Inhalt vonSo implementieren Sie die Umleitung von PHP-Domänennamen. Für weitere Informationen folgen Sie bitte anderen verwandten Artikeln auf der PHP chinesischen Website!