bbRedirector makes it easy to redirect a page to another location using absolute urls.
Yes, it should work, but the settings are on a per blog base. So you need install and set it up per blog.
/wp-content/themes/defaultPage Redirect DefaultTip: You can add all the supplied page template examples to your themes' directory and select the one you need on a per page base
I presume you know a bit about PHP and know how to create WordPress templates? Otherwise I would not recommend doing this.
/wp-content/themes/defaultPage Redirect CustomTip: You can add all the supplied page template examples to your themes' directory and select the one you need on a per page base
The plugin uses 'cascading redirection' e.g. it first checks if a redirect url was given as parameter and uses this. If no redirect url parameter was found, it checks if a page id parameter was supplied. If a page id was found it uses a metakey (by default redirect_url) and the page's id to check for a redirection url in the custom field of the page. If none was found or no page id was given the plugin checks if 'allowed to use the default redirection' is enabled(default). If it is enabled it will use the redirection url set in the plugin settings, which by default is the site url set in the WordPress settings. If 'allowed to use the default redirection' was disabled the redirection will fail silently and return a boolean false.
Due to the 'cascading redirection' it is easy to create different type of templates, as you can see in the supplied example templates.
Requires: 2.7 or higher
Compatible up to: 2.8.6
Last Updated: 2009-11-24
Downloads: 607
Got something to say? Need help?