Bulk redirect generator with smart CSV mapping.
CSV Headers Detected
This tool is free to use
If it saved you some time, consider buying me a coffee to support future updates.
Buy me a coffeeMigration Pro generates bulk 301 redirect code for Apache (.htaccess), Nginx, or WordPress (in a format compatible with the Redirection plugin), from either a pasted list of old/new URL pairs or an uploaded CSV. For CSVs, it detects the column headers and lets you map which columns are the source and destination URLs, auto-suggesting a match based on common naming patterns like "old", "source", "new", or "target".
This is built for site migrations and URL restructuring — the moment where dozens or hundreds of old URLs need mapping to their new equivalents, and hand-writing that many redirect rules invites typos. Paste or upload your mapping, pick your server type, and copy the generated code straight into your server config or WordPress plugin.
Yes, completely free with no account or usage limit.
Apache (.htaccess-style Redirect 301 rules), Nginx (rewrite directives), and WordPress in the JSON format used by the Redirection plugin.
Yes — upload a CSV and the tool detects your column headers, letting you map which columns hold the old and new URLs before generating the redirect code.
No. CSV parsing and code generation both happen locally in your browser — nothing is sent to a server.
No — it generates the code you need, but you still need to add it to your server configuration (or import the JSON into the Redirection plugin for WordPress) and deploy it yourself.