I have a page with links of this type:
http://sait.ru/go.php?url=aHR0cDovL3VsLnRvL2xhMmxwbWxo
The file go.php says:
<?php $url=isset($_REQUEST['url']) ? $_REQUEST['url'] : ''; echo base64_decode($url); ?>
Clicking on http://sait.ru/go.php?url=aHR0cDovL3VsLnRvL2xhMmxwbWxo
results in a page with plain text decoded http://ul.to/la2lpmlh
.
How can I make the page open at this link?