该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的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

评价

此插件暂无评价。

贡献者及开发者

“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