ip域名WHOIS查詢源碼

安裝

解壓到站點根目錄配置好偽靜態即可,需 php 環境,無需 mysql

偽靜態

Nginx

location / 
{
 if (-f $request_filename) {
        break;
}
        rewrite ^/(.*)$ /index.php?domain=$1 last;
}

Apache

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?domain=$1 [L]
</IfModule>

使用可以直接輸入域名或 IP 搜索

圖片[1]-ip域名WHOIS查詢源碼
圖片[2]-ip域名WHOIS查詢源碼
------本頁內容已結束,喜歡請分享------
溫馨提示:由于項目或工具都有失效性,如遇到不能做的項目或不能使用的工具,可以根據關鍵詞在站點搜索相關內容,查看最近更新的或者在網頁底部給我們留言反饋。
ip域名WHOIS查詢源碼-資源網站
ip域名WHOIS查詢源碼
此內容為免費資源,請登錄后查看
0
免費資源
? 版權聲明
THE END
喜歡就支持一下吧
點贊4900 分享
評論 搶沙發

請登錄后發表評論

    暫無評論內容