Buyur hocam. followlocation yapmayı unuttun sanırım

?
<?php
$connect = curl_init('http://shetoldme.com/publish');
curl_setopt($connect, CURLOPT_CONNECTTIMEOUT, 30);
curl_setopt($connect, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows; U; Windows NT 6.1; tr; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12");
curl_setopt($connect, CURLOPT_RETURNTRANSFER, true);
curl_setopt($connect, CURLOPT_FOLLOWLOCATION, 1);
echo curl_exec($connect);
?>