Go - url redirects
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 releases | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 6.x-1.0 | 2008-Feb-10 | 14.29 KB | Download · Release notes | Recommended for 6.x | |
| 5.x-1.3 | 2007-Jun-19 | 13.85 KB | Download · Release notes | Recommended for 5.x | |
| Development snapshots | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 6.x-1.x-dev | 2008-Jan-04 | 14.29 KB | Download · Release notes | Development snapshot | |
| 5.x-1.x-dev | 2008-Mar-04 | 14.09 KB | Download · Release notes | Development snapshot | |
