http://gfwh.xyhis.cn/
When PHP is deployed in IIS7, it will appear 404 when the Internet Explorer opens, and its browser is normal.
I don't know what the situation is.
Reply to discussion (solution)
When IE browses, the realization appears the normal page (the interval time is too small, does not look complete.) Estimated to be) then the 404. This process is very obvious.
Looked at the page code, did not find the place that caused the page to load again, and the page captured through file_get_contents can be displayed (of course, CSS and JS files are not)
So the problem should be in the JS file you're using.
http://gfwh.xyhis.cn/
When PHP is deployed in IIS7, it will appear 404 when the Internet Explorer opens, and its browser is normal.
I don't know what the situation is.
Is there any way to measure the exact location? I have the IE script to disable, JS Reference also deleted the discovery or there is this problem. So I guess it's not JS's problem.
I was thinking about the server being redirected. But the URL didn't change.
You solved this mistake first.
echo file_get_contents (' http://gfwh.xyhis.cn/css/hover.htc ');
Warning:file_get_contents (HTTP://GFWH.XYHIS.CN/CSS/HOVER.HTC): Failed to open stream:http request failed! http/1.1 404 Not Found
For this problem, I changed a server deployment there is no problem.