Odd Egil H. Selnes wrote:
Hi.
When I use: header("Location: ".$_SERVER["PHP_SELF"]."?page=something");
I get a strange CGI error on IIS. This error occurs about 4 out of 10 times
i access the page.
My guess is you need to encode the GET variables (something) you're sending
through your request.
-
Hi.
When I use: header("Location: ".$_SERVER["PHP_SELF"]."?page=something");
I get a strange CGI error on IIS. This error occurs about 4 out of 10 times
i access the page.
It says "Bad request (INVALID VERB)" an errormsg wich does not explain
itself very well.
Ive tried to install a hotfix from