Plugin info

Total downloads: 30,635
Active installs: 100
Total reviews: 1
Average rating: 2
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 10/18/2015 (3781 days ago)
Added to WordPress: 12/17/2010 (15 years old)
Minimum WordPress version: 2.3
Tested up to WordPress version: 4.3.34
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 3781 days ago • 1 reviews

22/100

Is Permalink Fix & Disable Canonical Redirects abandoned?

Possibly abandoned (last update 3781 days ago).

Compatibility

Requires WordPress: 2.3
Tested up to: 4.3.34
Requires PHP: f

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

This plugin makes WordPress’ default permalinks behavior work on the Concentric/XO Communications shared hosting platform. It also disables the canonical redirection feature as it causes an endless redirection loop outside of wp-admin. This plugin also appears to resolve an issue with a recent release of WordPress 3.1 and IIS servers.

Description

This plugin ensures the REQUEST_URI variable is set during the initialization of WordPress, allowing permalinks to work correctly.

Installation

The REQUEST_URI variable is not set correctly by the server platform.
This plugin builds each variation of REQUEST_URI by peicing together other available variables.

  1. Upload the ‘permalink-fix-disable-canonical-redirects-pack’ folder to the ‘wp-content/plugins/’ directory.
  2. Log into the WordPress dashboard http://example.com/wp-admin and activate the plugin.
  3. Setup your .htaccess file as described below, this is the most important step.
  4. Make sure the .htaccess file is setup properly. The server requires that you convert end of line characters to UNIX format (LF). Be sure to add a hard return after the last directive. See additional-instructions.rtf for a step-by-step.

    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]

    1. If for some reason you’re using this plugin outside of the Concentric/XO shared hosting enviroment (assuming Apache) use the following .htaccess rules:

`
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]

Changelog

Installation

No installation instructions available

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

No changelog available