如何知道網站所使用的平台

1. 指令說明:使用telnet連結到www.abc.com的80 port,如果是不同的port#,這裡要改,如:8080
telnet http://www.xxxxx.com 80
2. HEAD / HTTP/1.0
把上面文字複製後貼上, 然後連續按兩下 [ENTER]
3. 就會出現滿多資訊的, 其中 Server: 就是網頁伺服器版本
HTTP/1.1 301 Moved Permanently
Date: Tue, 21 Apr 2009 04:12:03 GMT
Server: Apache
Location: http://www.xxxxx.com/
Connection: close
Content-Type: text/html; charset=iso-8859-1
telnet http://www.xxxxx.com 80
2. HEAD / HTTP/1.0
把上面文字複製後貼上, 然後連續按兩下 [ENTER]
3. 就會出現滿多資訊的, 其中 Server: 就是網頁伺服器版本
HTTP/1.1 301 Moved Permanently
Date: Tue, 21 Apr 2009 04:12:03 GMT
Server: Apache
Location: http://www.xxxxx.com/
Connection: close
Content-Type: text/html; charset=iso-8859-1