Ver original$options = array('max_redirects' => 5 );$context = stream_context_create(array('http' => $options));echo file_get_contents('tuurl', false, $context);