Custom URL Redirect Manager
Custom URL Redirect Manager allows you to easily manage 301 redirects directly from the WordPress admin panel
by Tajwar Tajim · github.com/tajwar-t/custom-url-redirect-manager
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/tajwar-t/custom-url-redirect-manager/archive/refs/heads/main.zipManage 301 redirects from WordPress admin, import via CSV, with AJAX saving, bulk delete, and toast notifications.
Description
Custom URL Redirect Manager allows you to easily manage 301 redirects directly from the WordPress admin panel.
Features:
- Add, edit, and save redirects via AJAX without reloading the page.
- Support for relative URLs (
/example) or full URLs (https://example.com/example) for old paths. - Full URL validation for new destination URLs.
- Import redirects via CSV file.
- Bulk delete multiple redirects with one click.
- Full-page spinner overlay during save/import operations.
- Toast notifications for all actions.
- Works with WordPress installed in a subdirectory – all redirects point to the root domain.
Perfect for SEO optimization and migrating URLs without losing traffic.
Installation
- Upload the
custom-url-redirect-managerfolder to the/wp-content/plugins/directory. - Activate the plugin through the 'Plugins' menu in WordPress.
- Navigate to URL Redirects in the admin menu to manage your redirects.
Frequently Asked Questions
Q: Can I use both relative and full URLs?
A: Yes! Old URLs can be either relative (/old-path) or full (https://www.example.com/old-path). The plugin automatically converts relative paths to full root URLs.
Q: Can I import a CSV with many redirects?
A: Yes. The CSV should be formatted as:
/old-path/,https://example.com/new-path/
https://example.com/another-old-path/,https://example.com/another-new-path/