Title: bbRedirector
Author: BjornW
Published: <strong>2009 年 11 月 24 日</strong>
Last modified: 2009 年 11 月 24 日

---

搜索插件

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的WordPress一起
使用时，可能不再受到维护或支持，并且可能会存在兼容性问题。

![](https://s.w.org/plugins/geopattern-icon/bbredirector.svg)

# bbRedirector

 作者：[BjornW](https://profiles.wordpress.org/bjornw/)

[下载](https://downloads.wordpress.org/plugin/bbredirector.zip)

 * [详情](https://cn.wordpress.org/plugins/bbredirector/#description)
 * [评价](https://cn.wordpress.org/plugins/bbredirector/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/bbredirector/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/bbredirector/#developers)

 [支持](https://wordpress.org/support/plugin/bbredirector/)

## 描述

> DO NOT USE THIS PLUGIN!
>  It is outdated, not maintained and frankly there are 
> better plugins to use.

bbRedirector makes it easy to redirect a page to another location using absolute
urls from within WordPress.
 No mod_rewrite nor .htaccess is needed. You just create
a page, add a specific customfield and choose the redirect template included with
this plugin. It even allows you to set the required http status code (302 or 301).
You can also set a default sitewide redirection or setup your own custom redirection.

The included templates should give you an easy start using this plugin.

Feature requests? Remarks? Questions? Patches?
 [Feel free to contact me](http://www.burobjorn.nl).

## 屏幕截图

 * [[
 * The bbRedirector settings screen.
 * [[
 * This screenshot shows how to setup a page to use a redirect template using the
   same method as the general installation instructions.

## 安装

 1. Upload the bbRedirector directory to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. Place the bbredirector-page-template-metakey.php in your templates’ directory e.
    g. `/wp-content/themes/default/`
 4. Create a Page.
 5. Add a customfield with the name redirect_url and as a value a full url e.g. http://
    www.burobjorn.nl
 6. Select the page template ‘Page Redirect Meta’
 7. Publish the created Page and check if the page redirects to url you entered.

## 常见问题

  Installation Instructions

 1. Upload the bbRedirector directory to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. Place the bbredirector-page-template-metakey.php in your templates’ directory e.
    g. `/wp-content/themes/default/`
 4. Create a Page.
 5. Add a customfield with the name redirect_url and as a value a full url e.g. http://
    www.burobjorn.nl
 6. Select the page template ‘Page Redirect Meta’
 7. Publish the created Page and check if the page redirects to url you entered.

  Will this plugin work on WP MU?

Yes, it should work, but the settings are on a per blog base. So you need install
and set it up per blog.

  How can I setup default redirection location for all pages?

 1. Add bbredirector-page-template-default.php template page to your themes’ directory
    e.g. `/wp-content/themes/default`
 2. Change the Settings of the bbRedirector plugin according to your wishes
 3. For every page you want to use the default redirection, select the page template`
    Page Redirect Default`

Tip: You can add all the supplied page template examples to your themes’ directory
and select the one you need on a per page base

  How can I setup redirection for a page without customfields?

I presume you know a bit about PHP and know how to create WordPress templates? Otherwise
I would not recommend doing this.

 1. Add bbredirector-page-template-custom.php template page to your themes’ directory
    e.g. `/wp-content/themes/default`
 2. Change the arguments in the code of the template according to your wishes
 3. For every page you want to redirect to this ‘hardcoded’ url, select the page template`
    Page Redirect Custom`

Tip: 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 get an empty or white page?

 * If you use the bbredirector-page-template-default, make sure the allow default
   redirection option is ticked when using the default template.
    - If you’ve created your own page template, make sure no characters including
      whitespace are left over calling the bbrd_redirect() function.
    - Check if the url contains any whitespace or weird characters.

  Can you tell me a bit more about the details?

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.

## 评价

此插件暂无评价。

## 贡献者及开发者

「bbRedirector」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ BjornW ](https://profiles.wordpress.org/bjornw/)

[帮助将「bbRedirector」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/bbredirector)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/bbredirector/)，查看
[SVN仓库](https://plugins.svn.wordpress.org/bbredirector/)，或通过[RSS](https://plugins.trac.wordpress.org/log/bbredirector/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/bbredirector/)。

## 更新日志

#### 1.0

 * Plugin was made availble

## 额外信息

 *  版本 **1.0**
 *  最后更新：**17 年前**
 *  活跃安装数量 **10+**
 *  WordPress 版本 ** 2.7 或更高版本 **
 *  已测试的最高版本为 **2.8.6**
 *  语言
 * [English (US)](https://wordpress.org/plugins/bbredirector/)
 * 标签
 * [page](https://cn.wordpress.org/plugins/tags/page/)[redirect](https://cn.wordpress.org/plugins/tags/redirect/)
   [redirection](https://cn.wordpress.org/plugins/tags/redirection/)[wordpress MU](https://cn.wordpress.org/plugins/tags/wordpress-mu/)
   [wpmu](https://cn.wordpress.org/plugins/tags/wpmu/)
 *  [高级视图](https://cn.wordpress.org/plugins/bbredirector/advanced/)

## 评级

尚未提交反馈。

[Your review](https://wordpress.org/support/plugin/bbredirector/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/bbredirector/reviews/)

## 贡献者

 *   [ BjornW ](https://profiles.wordpress.org/bjornw/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/bbredirector/)

## 捐助

您愿意支持这个插件的发展吗?

 [ 捐助此插件 ](http://burobjorn.nl/)