使用方法:下载源码 - 上传到服务器或者空间 - 然后解压 - 设置伪静态
伪静态:#根目录设:
短代码选择!
location / { if (-f $request_filename) { break; } rewrite ^/(.*)$ /index.php?domain=$1 last; } #多级目录,请修改index.php同级目录的对应位置: location /多级目录/ { if (-f $request_filename) { break; } rewrite /多级目录/(.*)$ /多级目录/index.php?domain=$1 last; }
演示地址 :Whois 源码:https://ymxx.cx
支持的后缀数量不全,如有遗漏请自行添加
需要添加的后缀直接在whoishub.php 里 进去一看就明白了
http://admin.gs/read-1741-1.html




![[小白入门科普] 服务器行业黑话大全 持续更新中.......-测试站-wp.puo.cn学习园地](http://loc-wp-cdnimg.jiyun.net/blogtest/2025/08/20250829010703208.gif)



