Media Temple: no more FOLLOW_LOCATION

It's not unusual for web hosts to make changes to their platform, for security reasons or whatever, but this one on Media Temple's (gs) platform can break web scripts that access API applications: curl's FOLLOW_LOCATION options has been disabled!

If your code (or your plugin's code, if you're into Wordpress etc) contains this:

curl_setopt ($ch, CURLOPT_FOLLOWLOCATION, 1);

then you will need to remove that line.


Comments

It's quiet in here...Add your comment