2
跳转是怎么实现的? 用http header里面的location还是用javascript之类的?
我刚才试了一下一个跳转网页,用的是设置返回http status code 301,http header
field中的location设置成要跳转的url, 浏览器的话会根据收到的http header处理跳
转.用curl的话就显示
$ curl http://192.168.1.100/pub
301 Moved Permanently
Moved Permanently
The document has moved http://192.168.1.100/pub/">here.