When you update page URLs, restructure blog categories, or delete outdated content, old links lead visitors straight into dead-end 404 errors. Losing valuable search engine rankings and confusing your readers hurts your site. KO Simple 301 Redirects lets you manage simple 301 redirects in WordPress to forward old URLs to new pages in seconds.
You can preserve your search engine ranking power and fix broken links without touching server configuration files. This tool is part of my collection of free WordPress plugins built to manage website navigation with clean, fast code.
- Version: 1.0.0
- Requires WP: 6.0+
- PHP: 7.4+
- Frontend Assets: 0 KB
- License: GPLv2
Why I Built KO Simple 301 Redirects
Every website owner changes URL structures at some point. If you rename a popular article slug, external websites and search engines will still send traffic to the old address.
Editing raw server configuration files is tricky and one typo can take down your whole website. Heavy redirection plugins clutter your dashboard with confusing log tables and slow down page requests with heavy database queries.
I built this micro-plugin to make URL redirection fast and foolproof. It intercepts old URLs on the fly, passes full search engine equity to the new target, and includes live destination search so you never have to copy and paste internal URLs manually.
How to Create Fast 301 Permanent Redirects
Here is how this tool handles simple 301 redirects in WordPress without slowing down your site:
- Instant 301 Permanent Redirects: Automatically forwards visitors and search bots to the correct destination URL before page rendering.
- Trailing Slash Protection: Matches both trailed and untrailed URL variations so visitors never hit broken 404 errors.
- Live Destination Autocomplete: Type any post or page title in the target field to find and link the right permalink instantly.
- Clean Single-Option Storage: Stores all redirect rules in a single WordPress options record with zero custom database tables.
- Zero Frontend Script Weight: Operates entirely on fast server-side PHP filters with 0 KB of frontend JavaScript or CSS.
- 100% Free & Open Source: Released freely under the GPLv2 license with the full source code on GitHub.
How to Install and Set Up KO Simple 301 Redirects
Setting up URL redirects takes less than two minutes:
- Download the ZIP: Grab the latest
ko-simple-301-redirects.zipfile using the download button above. - Upload & Activate: Head into Plugins -> Add New Plugin -> Upload Plugin in your dashboard, select the zip file, and click Activate.
- Add Your First Redirect: Open up KO Plugins -> 301 Redirects from your sidebar, enter the old URL path, choose your destination URL, and click Add Redirect.
Once saved, any request to the old URL will forward immediately to the new destination page.
Frequently Asked Questions About KO Simple 301 Redirects
What is the difference between a 301 and 302 redirect?
A 301 is a permanent redirect that passes search engine ranking power to the new URL. A 302 is temporary and tells search engines to keep indexing the original page.
Does this plugin handle trailing slash differences automatically?
Yes. The plugin checks both trailed and untrailed URL formats automatically, ensuring visitors reach the target page regardless of how they type the link.
How does destination autocomplete work?
When you start typing in the Destination URL field, the plugin searches your published posts and pages in real time so you can click to select the exact URL.
Does this plugin create extra database tables?
No. All redirect rules are saved cleanly inside a single WordPress options entry, keeping your database structure completely clean.
Can I edit or delete a redirect rule later?
Yes. The Active Redirects table on your dashboard displays all configured rules with an instant 1-click Delete button.
Can I use this plugin on client websites?
Yes. KO Simple 301 Redirects is licensed under GPLv2, which means you can install and use it freely on unlimited personal, business, or client websites.