Title: bbRedirector
Author: BjornW
Published: <strong>2009년 11월 24일</strong>
Last modified: 2009년 11월 24일

---

플러그인 검색

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

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

# bbRedirector

 작성자: [BjornW](https://profiles.wordpress.org/bjornw/)

[다운로드](https://downloads.wordpress.org/plugin/bbredirector.zip)

 * [세부사항](https://ko.wordpress.org/plugins/bbredirector/#description)
 * [평가](https://ko.wordpress.org/plugins/bbredirector/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/bbredirector/#installation)
 * [개발](https://ko.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.⌉⌊The bbRedirector settings screen.⌉[

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.⌉⌊This screenshot shows how
to setup a page to use a redirect template using the same method as the general 
installation instructions.⌉[

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.

## FAQ

  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/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/bbredirector/)
을 [RSS](https://plugins.trac.wordpress.org/log/bbredirector/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 1.0

 * Plugin was made availble

## 기초

 *  버전 **1.0**
 *  최근 업데이트: **17년 전**
 *  활성화된 설치 **10+**
 *  워드프레스 버전 ** 2.7 또는 그 이상 **
 *  다음까지 시험됨: **2.8.6**
 *  언어
 * [English (US)](https://wordpress.org/plugins/bbredirector/)
 * 태그:
 * [page](https://ko.wordpress.org/plugins/tags/page/)[redirect](https://ko.wordpress.org/plugins/tags/redirect/)
   [redirection](https://ko.wordpress.org/plugins/tags/redirection/)[wordpress MU](https://ko.wordpress.org/plugins/tags/wordpress-mu/)
   [wpmu](https://ko.wordpress.org/plugins/tags/wpmu/)
 *  [고급 보기](https://ko.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/)