cloak a link in drupal

1 replies
Hi,
I want to cloak my links I make websites in drupal and was wondering if there is a easy to to get this done.

cheers,
kachaloo
#cloak #drupal #link
  • Profile picture of the author JaguarJaguar
    Make a php file : anyName.php
    <?php
    echo
    "<SCRIPT>window.location='http://www.yourexternalLink.com/'</SCRIPT>";

    ?>

    Make your link as : yourdomain.com/anyName.php

    Thats it, when ever user will click on your link, php page will redirect it to external link.
    {{ DiscussionBoard.errors[1734298].message }}

Trending Topics