Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 1.56 KB

README.md

File metadata and controls

59 lines (40 loc) · 1.56 KB

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