This little module enables you to find the destination url of a short url.

For example, if bit.ly/123 is a short url for youtube.com/12345678901234567890, you can do this:

<?php
  $short_url
= 'http://bit.ly/123';
 
$destination_url = destination_url($short_url);
?>

Now $destination_url's value will be http://youtube.com/12345678901234567890.

Downloads

Version Downloads Date Links
7.x-1.0 tar.gz (8.02 KB) | zip (8.67 KB) 2011-Dec-10 Notes

Project Information


Maintainers for Destination

  • bryanhirsch - 2 commits
    last: 23 weeks ago, first: 23 weeks ago

Issues for Destination

To avoid duplicates, please search before submitting a new issue.
All issues
Bug reports
nobody click here