$sayfa_adresi = "http://".$_SERVER["HTTP_HOST"].$_SERVER["REQUEST_URI"];
$icerik = "[InternetShortcut]\r\n";
$icerik .= "URL=$sayfa_adresi";
echo $icerik;
header("Content-type: application/octet-stream");
header("Content-Disposition: attachment; filename=kisayol.url");