<?php
header('Content-disposition: attachment; filename=mobileweb.vcs');
header('Content-type: application/vcs');
readfile('http://www.mobilewebevent.com/newt/dev/mobileweb/mobileweb.vcs');
?>