I have literally 2 hours looking for a solution to this error (not to mention the constant disconnections of my FTP client online).
Code:
<?php
$error = array(result => "error", msg => "Alias not specified", url => "https://mc-pe.us/$alias");
$error = json_encode($error);
echo $error;
?>