<?php

$iOSredirect = "blockheads://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]";

header( "Location: $iOSredirect" ) ;

?>