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

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 $.

FAQ

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