Skip to content

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.

License

Notifications You must be signed in to change notification settings

p-nerd/quick-redirect-manager

Repository files navigation

Quick Redirect Manager Logo

Quick Redirect Manager

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.

🚀 Features

  • 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-linkhttps://example.com)
  • Lightweight - uses WordPress options table (no additional tables)
  • Built with performance in mind

Dashboard

dashboard

📋 Requirements

  • PHP 8.0 or higher
  • WordPress 5.0 or higher

🔧 Usage

  1. Go to Settings → Redirections in your WordPress admin
  2. Add a new redirection:
    • Enter source URL (redirect from)
    • Enter target URL (redirect to)
    • Select redirect type (301 or 302)
    • Click "Add Redirection"

💻 Development

Setup

# Clone the repository
git clone https://github.com/p-nerd/quick-redirect-manager.git

# Install dependencies
composer install

📝 License

Licensed under the GPL v2 or later - see the LICENSE file for details.

👤 Author

Shihab Mahamud

About

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published