We're using a php script that has a very long $_GET variable that includes some JSON.
On our test server it works fine, but the same code on the whm / cpanel server produces an empty get variable.
After literally hours of searching the internet and much trial and error it appears that it is simply the length of the queries that causes the $_GET to be entirely empty if it is too long.
It is imperative that this works but I have no idea where the setting would be. I assume it is an apache thing rather than PHP?
How can I change the max query string length? Either using WHM or directly on the server?



LinkBack URL
About LinkBacks
Reply With Quote





