I’ve recently changed the system host server and the following problem appeared.
1) Let’s suppose that i have a field called “Site”.
2) if i try to add for example: “http://mysite.com”, for some reason the PHP interprets
GET request instead of POST.
3) my html have a <form> with POST method
4) i didn’t used to have this same problem in the old server;
I’ve looked into Stackoverflow and got this:
I’m not sure but i understand that FastCGI causes that!?
Have someone had this problem once at least? :(