Fix Multiple Redirects
Fix multiple redirects and canonical redirects. And increase speed of wordpress fine url recognition for SEO by .htaccess file.
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 4700 days ago • 4 reviews
Is Fix Multiple Redirects abandoned?
Possibly abandoned (last update 4700 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
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
Installation
- Upload plugin folder
fix-multiple-redirectsto the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Setup options ‘Settings/Multiple Redirects Fix’ menu in WordPress by default are all settings not configured, follow Frequently Asked Questions.
- You can promote us, with small link in tail of post/page or donate only ONE $.
Frequently Asked Questions
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
Review feed
Screenshots
Changelog
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