Backwards Compatible Permalinks

0

Backwards Compatible Permalinks helps prevent 404 errors when switching between permalink structures. It achieves this by appending a set of backwards compatible post rewrite rules. Thi

Version
Last updated
Active installations
WordPress Version
Tested up to
PHP Version
Rating
Total ratings
Tag
This plugin is outdated and might not be supported anymore.

Description

Backwards Compatible Permalinks helps prevent 404 errors when switching between permalink structures.

It achieves this by appending a set of backwards compatible post rewrite rules. This ensures posts are still accessible at their previous permalink after the permalink structure is updated.

Example

Let’s say your permalink structure is set to “Month and name” and you have a post titled “I Love WordPress.” That particular post would live at https://example.com/2019/03/i-love-wordpress/.

But what if you wanted to switch to the “Post name” permalink structure and have your post live at https://example.com/i-love-wordpress/ instead?

You could but this would result in the existing post permalink 404ing when visited. Which is problematic if the previous URL was bookmarked or shared on social media.

With Backwards Compatible Permalinks installed your post would be accessible at both the old and new permalink structures:

  • https://example.com/2019/03/i-love-wordpress/
  • https://example.com/i-love-wordpress/

Caveats

  • This plugin does not work retroactively. i.e. you must have the plugin installed and activated prior to switching permalink structures before backwards compatibility will work.
  • Currently only standard posts are supported.
  • Backwards compatibility is not supported between certain permalink structure updates. This is due to a clash between permalink structure regex matching.
  • Backwards compatibility is only provided between the most recent permalink structure update. i.e. you cannot change your permalink structure 3 times and have backwards compatibility across all 3 structures.

Deactivate or uninstall

After deactivating or uninstalling this plugin please ensure you visit Settings > Permalinks in the WordPress admin area to flush your rewrite rules.

Contributing

Contributions are welcomed on GitHub.

From within WordPress

  1. Visit ‘Plugins > Add New’.
  2. Search for ‘Backwards Compatible Permalinks’.
  3. Activate Backwards Compatible Permalinks from your Plugins page.

Manually

  1. Upload the backwards-compatible-permalinks folder to the /wp-content/plugins/ directory.
  2. Activate the Backwards Compatible Permalinks plugin through the ‘Plugins’ menu in WordPress.