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

Better HTTP Redirects

설명

Better HTTP Redirects makes your Blog’s redirects to play more nicely the HTTP standards. Dual Mode Plugin, can be used as a standard Plugin or as a Must-Use Plugin.

Features

  • Provide Hypertext Fragments on redirects where applicable.
  • Compatible with any current usage of the wp_redirect() API function.
  • Prevent unnecessary redirect loops on UTF-8 based sites.
  • Improved user and robot (search engines etc.) experience for your website.
  • No need for you to wait until core code get’s fixed – if ever!
  • Helps you debugging redirect related issues with it’s unique Redirect Debug Mode.
  • Free

TODO

  • Verify that the plugin is stricly preventing redirects that redirect to the same URI (see RFC 2616 section 3.2.3).

Integration

“Better HTTP Redirects” works out of the box but for a better integration you can make use of the following:

  • Hook redirect_hypertext $hypertext = apply_filters('redirect_hypertext', $hypertext, $location, $status);

Document Scope

This file readme.txt has been created in the intention to provide data to be displayed on the wordpress.org plugin repository website. As always, for anything concrete and precise, refer to the plugin sourcecode itself, it ships with phpdoc style comments.

설치

This Plugin can be used as a standard Plugin or as a Must-Use-Plugin. Please refer to your products documentation how to install plugins or contact your site administrator for that.

후기

2017년 1월 11일
Despite not having been updated for six years, this plugin still works. On activation it throws a fatal error, but it does activate, and does what it says on the tin. When WP_DEBUG is set to true, the plugin prevents redirections and displays a handy backtrace showing how the redirection was called. Very useful for debugging redirect loops and other redirection problems.
모든 1 평가 읽기

기여자 & 개발자

“Better HTTP Redirects”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Better HTTP Redirects”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.2.2

  • Bugfix Release
  • Fix of unprocessed boolean arguments in Backtrace.

1.2.1

  • Warning on RFC violating location headers.
  • Display of location added to Debug Mode.
  • Display of Call Stack in Debug Mode improved.
  • Display of classes in Debug Mode fixed.

1.2

  • Debug Mode – Disables automatic redirect if WP_DEBUG is enabled to use the plugin for debugging purposes.
  • Prevention of redirect loops for UTF-8 based canonical links (Ivrit, Japanese, Chinese etc.; Related: #14292)

1.1

  • Increased usability of the default HTML fragment.

1.0

  • Initial Release

-/-

  • Setting up SVN