I want to redirect outbound affiliate links and on this site there is no option for PHP or htaccess.
So far I've always done this using
<?php
header( 'Location:' ) ;
?>
but like I said this is not an option anymore as this site does not support php or .htaccess anymore.
Is there an alternative solution for this, using HTML ?