9月百度添加子域名的验证文件更新啦所以工具也更新啦,发个新版本的软件。
工具可以选择文件验证添加也可以选择dns解析添加
下载地址:
http://www.bytepan.com/Wfc13Y80XCa
工具使用教程说明:
需要在根目录上传21.php
并且设置伪静态
nginx伪静态规则
rewrite /baidu_verify_(.*?).html /21.php break;
Apache 伪静态设置
RewriteRule ^baidu_verify_(.*?).html$ /21.php [L]
例子
Options +FollowSymlinks -Multiviews
RewriteEngine On
RewriteRule ^baidu_verify_(.*?).html$ 21.php [L]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L]
或者把21.php 内容放到首页index.php 的顶部。
完成后 验证是否成功了
- 域名/21.php?type=add&bd=www.testyuming.cn
显示 {“status”:0,“msg”:“保存成功”} 即可 - 域名/baidu_verify_code-gdWhbjPaWQ.html
显示 www.testyuming.cn
说明配置成功
软件没有显示图片 可能拨号没连!
导入域名的格式
域名----百度cookies