Go - url redirects

BioALIEN - July 4, 2006 - 18:59

The gotwo.module adds the option to add redirected urls. It's much like the url alias system except that it uses redirects to go to the real url. All visits to the 'go' urls are tracked, so you can see how often a certain 'go' url has been visited. You can optionally force a disclaimer to be displayed before the user is redirected.

The 'go' entries can be automatically created by enabling the filter. To create a 'go' url, the user only has to add a tag like:
<go href="http://example.org/test/page">An example</go>

This creates the go url:
http://drupal.org/go/example.org/test/page

And the HTML code:
<a href="http://drupal.org/go/example.org/test/page">An example</a>

Or with a custom go label:
<go href="http://example.org/test/page" title="my label">An example</go>

This creates the go url:
http://drupal.org/go/my_label

And the HTML code:
<a href="http://drupal.org/go/my_label" title="my label">An example</a>

Releases

Official releasesDateSizeLinksStatus
6.x-1.02008-Feb-1014.29 KBRecommended for 6.xThis is currently the recommended release for 6.x.
5.x-1.32007-Jun-1913.85 KBRecommended for 5.xThis is currently the recommended release for 5.x.
Development snapshotsDateSizeLinksStatus
6.x-1.x-dev2008-Jan-0414.29 KBDevelopment snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.
5.x-1.x-dev2008-Mar-0414.09 KBDevelopment snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.


 
 

Drupal is a registered trademark of Dries Buytaert.