We'll create fresh WordPress site with Backwards Compatible Permalinks installed. You have 20 minutes to test the plugin after that site we'll be deleted.
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.
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/
After deactivating or uninstalling this plugin please ensure you visit Settings > Permalinks in the WordPress admin area to flush your rewrite rules.
Contributions are welcomed on GitHub.
backwards-compatible-permalinks
folder to the /wp-content/plugins/
directory.