I am trying to redirect to url
<?php
$url = "https://icommand://?username=Sachin";
header("Location: ".$url."");
?>
But when I try this one it redirect to me this url http://icommand//?username=Sachin. The colon does not come after icommand. I have tried but doesn't get solution.