原创内容,转载请注明出处:https://www.myzhenai.com.cn/post/3176.html
关键词:公安网备代码 双域名 备案代码 多个域名同目录如何配置备案号
我有两个域名 指向的都是同一个根目录,但是这两个域名都已经备案通过并通过琼公安备案,但是同一个网站如何显示两个备案号呢?
实现的方法很简单,在加载页面的时候通过判断当前域名来进行自动匹配,看看我的代码就可以了。
演示地址:https://www.myzhenai.com https://www.myzhenai.com.cn
<!--?php
if (strpos($_SERVER["HTTP_HOST"], "cn") !== false) {
$beian = "<a title=\"琼公安网备46010602000679\" target=\"_blank\" href=\"https://www.beian.gov.cn/portal/registerSystemInfo?recordcode=46010602000679\"-->
<img border="\"0\"" src="\"https://www.myzhenai.com.cn/images/beian.png\"" width="\"20\"" height="\"20\"/">琼公安网备";
$gbeian = "<a target="\"_blank\"" href="\"https://www.beian.miit.gov.cn/\"" title="\"备案号:琼ICP备19004099号-3\"" font="\"#0066FF\""> 琼ICP备19004099号-3 </a>";
} else {
$beian = "<a title="\"琼公安网备46010602000680\"" target="\"_blank\"" href="\"https://www.beian.gov.cn/portal/registerSystemInfo?recordcode=46010602000680\"">
<img border="\"0\"" src="\"https://www.myzhenai.com.cn/images/beian.png\"" width="\"20\"" height="\"20\"/">琼公安网备</a>";
$gbeian = "<a target="\"_blank\"" href="\"https://www.beian.miit.gov.cn/\"" title="\"备案号:琼ICP备19004099号-2\"" font="\"#0066FF\""> 琼ICP备19004099号-2 </a>";
<!--?php
if (strpos($_SERVER["HTTP_HOST"], "cn") !== false) {
$beian = "<a title=\"琼公安网备46010602000679\" target=\"_blank\" href=\"https://www.beian.gov.cn/portal/registerSystemInfo?recordcode=46010602000679\"-->
<img border="\"0\"" src="\"https://www.myzhenai.com.cn/images/beian.png\"" width="\"20\"" height="\"20\"/">琼公安网备";
$gbeian = "<a target="\"_blank\"" href="\"https://www.beian.miit.gov.cn/\"" title="\"备案号:琼ICP备19004099号-3\"" font="\"#0066FF\""> 琼ICP备19004099号-3 </a>";
} else {
$beian = "<a title="\"琼公安网备46010602000680\"" target="\"_blank\"" href="\"https://www.beian.gov.cn/portal/registerSystemInfo?recordcode=46010602000680\"">
<img border="\"0\"" src="\"https://www.myzhenai.com.cn/images/beian.png\"" width="\"20\"" height="\"20\"/">琼公安网备</a>";
$gbeian = "<a target="\"_blank\"" href="\"https://www.beian.miit.gov.cn/\"" title="\"备案号:琼ICP备19004099号-2\"" font="\"#0066FF\""> 琼ICP备19004099号-2 </a>";
琼公安网备"; $gbeian = " 琼ICP备19004099号-3 "; } else { $beian = "
琼公安网备"; $gbeian = " 琼ICP备19004099号-2 ";
sicnature ---------------------------------------------------------------------
I P 地 址: 18.220.173.236
区 域 位 置: 美国俄亥俄
系 统 信 息:

Original content, please indicate the source:
同福客栈论坛 | 蟒蛇科普 | 海南乡情论坛 | JiaYu Blog
sicnature ---------------------------------------------------------------------
Welcome to reprint. Please indicate the source https://myzhenai.com/post/3176.html
没有评论