Script parsed twice?

Agon

Verified User
Joined
Feb 14, 2005
Messages
18
Hello,

I noticed strange issue in php+apache config of DA.

For the unknown reason some of PHP scripts are executing twice with one GET query, and only once with POST query. In apache log it's looks like this:

I am on /admin/do.php?page=one going to /admin/do.php?page=two

<my IP here> - <my user here> [02/Aug/2005:11:24:40 +0300] "GET /admin/do.php?page=two HTTP/1.1" 200 31905 "http://<my domain here>/admin/do.php?page=one" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)"
<my IP here> - <my user here> [02/Aug/2005:11:24:40 +0300] "GET /admin/do.php?page=two HTTP/1.1" 200 31905 "http://<my domain here>/admin/do.php?page=two" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)"


So it's looks like I go to page two and then make refresh or smth like that exept that I did not. With POST every thing is in normal. Any ideas?
 
Problem solved - server has not related to that, it was HTML error.
 
Back
Top