An URL redirection/shortener plugin. Great for podcasting and redirecting affiliate program URLs.
Upgrade notes:
* You may use the autmoated plugin updater in WordPress 2.5+ with this plugin, but make sure you read the upgrade notes of the latest version after upgrading.
* If you are upgrading from GoCodes 1.1.1 or prior, remove the gocodes.php file, and upload the new gocodes directory. To ensure compatibility with WordPress 2.5, some changes were made that expect gocodes.php to reside in a /gocodes subdirectory
* If you are upgrading from a version prior to 1.2.1, you must update your .htaccess file again. Change the line RewriteRule ^go/([A-Za-z0-9]+)/?$ /index.php?gocode=$1 [L,R] to RewriteRule ^go/([a-zA-Z0-9_-]*)/?$ /index.php?gocode=$1 [L,R].
* If you are upgrading from a version prior to 1.3.0, it is recommended that you remove the old .htaccess lines as they are no longer required, and may interfere with some functionality.
There seems to be a conflict with the WP Super Cache plugin where a redirect will only work once before the cache is cleared. There are a couple of workarounds:
RewriteCond %{QUERY_STRING} !.gocode=. RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html [L]
/go/ with your own text, sort the Manage GoCodes table, .htaccess is no longer required.
Requires: 2.4 or higher
Compatible up to: 2.8
Last Updated: 2009-6-13
Downloads: 72,433
0 of 1 support threads in the last two months have been resolved.
Got something to say? Need help?