Redirect Generator
Map old URLs to new ones and generate redirect rules for Apache, Nginx, or Next.js. Preserve SEO value during migrations.
Generated Apache .htaccess Config
RewriteEngine On Redirect 301 /old-page /new-page Redirect 301 /blog/old-post /blog/new-post
How to Use This Tool
- 1
Add redirect rules by entering the old URL path and the new destination URL.
- 2
Choose your server platform — Apache (.htaccess), Nginx, or Next.js.
- 3
Copy the generated redirect configuration and add it to your server config or application code.
Why This Matters for SEO
When you move or rename pages, broken URLs lose all their accumulated SEO value (link equity, rankings, indexed pages). Proper 301 redirects transfer that equity to the new URL, preserving your rankings. During site migrations, missing redirects are the #1 cause of traffic drops. This tool ensures your redirect rules are syntactically correct for your server platform.
Frequently Asked Questions
What's the difference between 301 and 302 redirects?+
Do redirects hurt page speed?+
How long should I keep redirects active?+
Related Free Tools
Migrate Without Losing Rankings
Clickcentric monitors your site's SEO health through migrations. AI-powered auditing catches broken links and redirect chains before they hurt your traffic.
Start Free Trial