這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Fix Multiple Redirects

描述

Help users to fix problems with multiple redirects and canonical redirects.
– advice to configure DNS records, prevent canonical problems.
– By disable canonical redirect filters.
– By disable redicrecting filters.
– By fixing .htaccess file.
– Some FAQ with experience.
– Increase speed of wordpress fine url recognition for SEO by .htaccess file.
– Fixed issue with force redirect to WWW
– If you wish you can promote us, with small link in tail of post/page or donate only ONE $.

Home page: Devtech

安裝

  1. Upload plugin folder fix-multiple-redirects to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Setup options ‘Settings/Multiple Redirects Fix’ menu in WordPress by default are all settings not configured, follow Frequently Asked Questions.
  4. You can promote us, with small link in tail of post/page or donate only ONE $.

常見問題

What i need to know about configuration, before i start configure?
Configuration of fix is devided to few main parts
– configure properly your DNS records
specify direct A record for subdomain.domain.tld address
– setup same domain in General Options, http://subdomain.domain.tld and address of showed URL.
– other else canonical issue will solve part of .htaccess file, followed.
– dont use only CNAME *.domain.tld with A domain.tld record!
– for debuging extend your apache server config file with following configuration in VirtualHost part

RewriteLog /home_path/logs/rewrite_log
RewriteLogLevel 3

– disabling canonical redirect filters
– disabling redirect filters
– fix .htaccess file by manualy or generated/replacing existing one.
Purpose of this fix is to prevent cyclic redirects and coninical issues for subdomain replacing, you have to go carefuly throuth filters and .htaccess rules
and disable all options which are going to do redirect of cycled urls, what is our issue.

Other known issues
– Fix JavaScript code for Google Plus One Like button, which contained buggy code with multiple redirecting or remove component
from page.
– Remove another JavaScript code which doing replace of URL over window.location object seems to be buggy for IE6, Firefox.

Which configuration is already tested in WordPress 3.3.2?
– Disable following canonical filters:
– Disable following redirect filters:
– Use option to fix .htaccess by replacing existing one
* remove Google One button and others buggy JavaScripts

評價

There are no reviews for this plugin.

貢獻者及開發者

“Fix Multiple Redirects” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Fix Multiple Redirects 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.2.3

  • Fixed issue with force redirect to WWW

1.2.2

  • Fixed description

1.2.1

  • Fixed version number

1.2

  • Extended .htaccess with fixing duplicity of index.php in SEO stats

1.1

  • Fixed module init

1.0

  • Initial version