blog » PHP技术 » 大网站使用php的情况
大网站使用php的情况
taobao是使用的php
curl -I http://www.taobao.com/index.php
HTTP/1.1 302 Found
Date: Thu, 04 Sep 2008 13:38:23 GMT
Server: Apache
Location: index_n.php
Cache-Control: max-age=3600
Expires: Thu, 04 Sep 2008 14:38:23 GMT
Vary: Accept-Encoding
Content-Type: text/html; charset=GB2312
Content-Language: cn
fukai@kai-fu:~$ curl -I http://www.taobao.com/index_n.php
HTTP/1.1 200 OK
Date: Thu, 04 Sep 2008 13:39:19 GMT
Server: Apache
Cache-Control: max-age=3600
Expires: Thu, 04 Sep 2008 14:39:19 GMT
Vary: Accept-Encoding
Content-Type: text/html; charset=GB2312
Content-Language: cn
baidu是使用的php
curl -I http://www.baidu.com/index.php
HTTP/1.1 200 OK
Date: Thu, 04 Sep 2008 13:46:27 GMT
Server: BWS/1.0
51.com是使用的php
等.....用碧轩的话来讲web2.0成就了php
RSS 2.0 | leave a response | trackback
Leave a Reply