分享一个泛站站群域名百度站长平台批量认证域名方法,首先在根目录新建一个baidu.php
代码如下:
<?php $tmp = $_SERVER[‘HTTP_USER_AGENT‘];if(strpos($tmp, ‘Baiduspider‘) >0){ $preg = "/baidu_verify_(.*?).html/i"; $content=$_SERVER[‘REQUEST_URI‘]; preg_match($preg,$content,$matches);echo $matches[1]; ?>
然后再添加伪静态:
rewrite /baidu_verify_(.*).html /baidu.php?$1 last;
这样就可以批量添加认证域名了,转载注明来自:http://www.myjiancai.net/