A lightweight WordPress URL redirection manager plugin that uses WordPress's native options table for storage. Perfect for managing redirects without the overhead of additional database tables.
- Simple and intuitive WordPress admin interface
- Support for both 301 (permanent) and 302 (temporary) redirects
- Multiple redirection types:
- Internal path to internal path (
/old-page
→/new-page
) - Internal path to external URL (
/external-link
→https://example.com
)
- Internal path to internal path (
- Lightweight - uses WordPress options table (no additional tables)
- Built with performance in mind
- PHP 8.0 or higher
- WordPress 5.0 or higher
- Go to Settings → Redirections in your WordPress admin
- Add a new redirection:
- Enter source URL (redirect from)
- Enter target URL (redirect to)
- Select redirect type (301 or 302)
- Click "Add Redirection"
# Clone the repository
git clone https://github.com/p-nerd/quick-redirect-manager.git
# Install dependencies
composer install
Licensed under the GPL v2 or later - see the LICENSE file for details.
Shihab Mahamud
- Email: [email protected]
- Website: https://developershihab.com
- GitHub: @p-nerd