.htaccess Redirect Generator
Paste old-to-new URL maps, generate Apache .htaccess redirects, catch duplicate or risky rules, and export a browser-local redirect migration QA pack with starter Node verification. Nothing is uploaded.
Ctrl+Enter to run | Ctrl+K to switch tools | Recent button shows input history
Repeating this work? Turn this kind of browser utility into an API batch, MCP prompt, extension workflow, or shared team recipe.
Buy Pro Browse tool packsFAQ
What redirect map formats can I paste?
Use one rule per line as /old -> /new, /old, /new, or same-host absolute URLs. Same-host absolute source URLs are normalized to paths for Apache Redirect rules.
What is in the redirect migration QA pack?
The pack includes generated .htaccess rules, duplicate-source and query-string warnings, canonicalization notes, and a starter Node script that checks live redirect status and Location headers.
Can this verify redirects live from the browser?
No. The browser tool stays local and does not crawl your site. Copy or download the QA pack, review the rules, then run the included Node check from your machine or CI after deployment.