I would like to know how I can cover up the original address of a url following the example of this url that follows the url I use http://thumb.servidor.direto.com.br/15574899.mp4
to stay this way in the href="#">#
I would like to know how I can cover up the original address of a url following the example of this url that follows the url I use http://thumb.servidor.direto.com.br/15574899.mp4
to stay this way in the href="#">#
If I understand correctly, create a php script with the name you want and paste the code below by replacing URL with the destination url (from the file) I'll clean up the code once I get home.
Example:
<?php
#Pretend this variable with the destination URL $ redirect=" link ";
header ("location: $ redirect"); ? >