Generate redirect rules for Apache, Nginx, Netlify, Vercel, Cloudflare, and HTML meta refresh. Supports 301, 302, and 307 types.
URL redirects are server instructions that send users and search engines from one URL to another. They're essential during site migrations, URL restructuring, and when consolidating pages. The redirect type (301, 302, 307) tells search engines whether the move is permanent or temporary, which affects how they transfer ranking signals.
Different web servers and hosting platforms use different syntax for redirect rules. Apache uses .htaccess with RewriteRule directives, Nginx uses rewrite statements in config files, and platforms like Vercel and Netlify use JSON or plain-text redirect files. Our tool generates the correct format for each platform.
URL migrations are stressful — one wrong redirect and you lose years of built-up search rankings. This generator creates properly formatted .htaccess redirect rules for Apache servers. Enter your old and new URLs, choose between 301 (permanent) and 302 (temporary), and get rules you can paste directly into your .htaccess file. Bulk mode handles large migrations.
Generate redirect rules for Apache .htaccess, Nginx, Netlify _redirects, Vercel vercel.json, Cloudflare Pages, and HTML meta refresh.
Support for 301 (permanent), 302 (temporary), and 307 (temporary, preserves method) redirects. Choose the right type for each use case.
Add multiple redirect rules at once. Handle entire site migrations with a single batch of from/to URL pairs.
Each format follows the exact syntax required by the target platform. No guessing — copy-paste the output directly into your configuration.
Download the generated file with the correct filename (.htaccess, _redirects, vercel.json) ready to deploy to your server.
All generation happens in your browser. Your URL mappings are never sent to any server or stored in any database.
Generate redirect configurations during deployments and migrations. Support for multiple platforms means one tool covers your entire hosting stack.
Implement 301 redirects during site restructuring to preserve link equity. Generate platform-specific redirect files without learning each server's syntax.
Quickly create redirect rules when renaming URLs, merging pages, or migrating between hosting platforms. Download the correct config file format instantly.
Map old URLs to new ones in bulk. Generate redirect files for your target platform during domain changes, CMS migrations, or URL structure overhauls.
| Code | Name | Use Case | SEO Impact |
|---|---|---|---|
| 301 | Permanent | URL changed forever, site migration | Passes ~90-99% link equity |
| 302 | Found (Temporary) | A/B testing, temporary maintenance | Does not pass link equity |
| 307 | Temporary Redirect | Same as 302, preserves HTTP method | Does not pass link equity |
| 308 | Permanent Redirect | Same as 301, preserves HTTP method | Passes link equity (like 301) |
Rated by real users — your feedback helps us improve