Hello I have a very simple code
Website
I personally use this, which is partially taken from php docs
$scheme = parse_url($link, PHP_URL_SCHEME); if (empty($scheme)) { $link = 'http://' . ltrim($link, '/'); }