当前位置:Gxlcms > PHP教程 > csdn站点是否使用PHP技术了呢?

csdn站点是否使用PHP技术了呢?

时间:2021-07-01 10:21:17 帮助过:39人阅读

赶脚一个.php的url都没看到:(


回复讨论(解决方案)

如果是php 这个样子应该是用了路由功能.

csdn是aps.net的吧。

服务用的是nginx,至于是否用到php,就不清楚。

服务器是nginx,其他最起码用的有asp.net,里面有请求ashx后缀的文件,php貌似也有用到,但请求的域是z.csdn.net,应该也是用到了

下载频道是用php 来实现的。

下载频道是用CI框架

看http协议中是否有phpsessionid的cookie是个办法。但是目前在用pad

url rewrite

ASP ASP ASP

http://download.csdn.net/detail/baiduwxz13yun/6887969

Connection:keep-aliveContent-Encoding:gzipContent-Type:text/html; charset=utf-8Date:Sat, 08 Feb 2014 02:34:37 GMTKeep-Alive:timeout=20Server:nginxTransfer-Encoding:chunkedVary:Accept-EncodingX-Powered-By:PHP/5.2.17

http://download.csdn.net/detail/baiduwxz13yun/6887969

Connection:keep-aliveContent-Encoding:gzipContent-Type:text/html; charset=utf-8Date:Sat, 08 Feb 2014 02:34:37 GMTKeep-Alive:timeout=20Server:nginxTransfer-Encoding:chunkedVary:Accept-EncodingX-Powered-By:PHP/5.2.17

这个字段通过Firebug获得的么?
还有有啥办法不然Firebug获取到X-Powerd-By字段呢?

print_r(get_headers('http://download.csdn.net/detail/baiduwxz13yun/6887969'));

用php的getheader函数去获取下,应该所有信息都出来的。


http://download.csdn.net/detail/baiduwxz13yun/6887969

Connection:keep-aliveContent-Encoding:gzipContent-Type:text/html; charset=utf-8Date:Sat, 08 Feb 2014 02:34:37 GMTKeep-Alive:timeout=20Server:nginxTransfer-Encoding:chunkedVary:Accept-EncodingX-Powered-By:PHP/5.2.17

这个字段通过Firebug获得的么?
还有有啥办法不然Firebug获取到X-Powerd-By字段呢?


简单点的啦:
http://download.csdn.net/data

如果是php 这个样子应该是用了路由功能.
你说的是url转发功能么?

人气教程排行