[WordPress] 外掛分享: Better HTTP Redirects

首頁外掛目錄 › Better HTTP Redirects
30+
安裝啟用
★★★★
4/5 分(1 則評價)
5463 天前
最後更新
問題解決
WordPress 2.9+ v1.2.2 上架:2010-06-23

內容簡介

Better HTTP Redirects 可讓您的部落格重定向更符合HTTP標準。Dual Mode Plugin,可以作為標準插件或Must-Use插件使用。

功能

提供適用的重定向上的超文本片段。
與 wp_redirect() API 函數的任何當前使用兼容。
防止UTF-8網站上的不必要的重定向迴圈。
改進您網站的用戶和機器人(搜索引擎等)體驗。
您不需要等待核心代碼修復-如果有必要的話!
幫助您使用其獨特的Redirect Debug Mode來調試重定向相關問題。
免費

待辦事項

驗證插件嚴格防止重定向到同一URI的重定向(參見RFC 2616第3.2.3節)。

整合

"Better HTTP Redirects"可以直接使用,但為了更好的整合,您可以使用以下方法:

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

文件範圍

此readme.txt文件是為了提供資料以在wordpress.org插件存儲庫網站上顯示而創建的。如往常一樣,對於任何具體且精確的事情,請參閱插件源代碼,它隨著phpdoc風格注釋一起發布。

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.2.2) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「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.

延伸相關外掛

文章
Filter
Apply Filters
Mastodon