
外掛標籤
開發者團隊
原文外掛簡介
Roial Redirect CSV Importer lets you manage HTTP 301 (and 302) redirects directly inside WordPress — no need to edit .htaccess or configure server rules.
Key features:
Import redirects in bulk from a CSV file (source, target, status).
Download a ready-to-fill CSV template from the admin panel.
Add single redirects manually via a simple form.
Edit or delete any redirect from the list.
Enable or disable individual redirects without deleting them.
Export all redirects back to CSV at any time.
Lightweight — redirects are matched with a single indexed database lookup.
No bloat, no tracking, no external requests.
CSV format:
source,target,status
/old-page,/new-page,301
/another-old,https://example.com/new,301
The status column is optional; it defaults to 301.
