我需要能够读取来自裸域重定向的请求标头:
http://mydomain.com
至
http://www.mydomain.com/index.html
我需要index.html
能够解析任何原始请求path
,queries
我该怎么做?
例如
从裸域:http://mydomain.com/abc
到http://www.mydomain.com/index.html
然后 index.html 会得到abc
路径请求。
问题是如何能够做到这一点?
我需要能够读取来自裸域重定向的请求标头:
http://mydomain.com
至
http://www.mydomain.com/index.html
我需要index.html
能够解析任何原始请求path
,queries
我该怎么做?
例如
从裸域:http://mydomain.com/abc
到http://www.mydomain.com/index.html
然后 index.html 会得到abc
路径请求。
问题是如何能够做到这一点?
使用文档属性检查和重新编辑其他问题 使用导航器绳索
获取referrer use = document.referrer或document.URL
看:http ://www.w3schools.com/jsref/dom_obj_document.asp
在 apache 中,最好的解决方案是使用 .httaccess 进行控制