Convarso
    Free Online Tool

    Redirect Generator

    Generate redirect rules for Apache, Nginx, Netlify, Vercel, Cloudflare, and HTML meta refresh. Supports 301, 302, and 307 types.

    6 formats
    Download ready
    Bulk rules
    Rule 1

    What Are URL Redirects?

    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.

    Key Features

    6 Output Formats

    Generate redirect rules for Apache .htaccess, Nginx, Netlify _redirects, Vercel vercel.json, Cloudflare Pages, and HTML meta refresh.

    Multiple Redirect Types

    Support for 301 (permanent), 302 (temporary), and 307 (temporary, preserves method) redirects. Choose the right type for each use case.

    Bulk Rules

    Add multiple redirect rules at once. Handle entire site migrations with a single batch of from/to URL pairs.

    Platform-Specific Output

    Each format follows the exact syntax required by the target platform. No guessing — copy-paste the output directly into your configuration.

    Download Ready

    Download the generated file with the correct filename (.htaccess, _redirects, vercel.json) ready to deploy to your server.

    Client-Side Only

    All generation happens in your browser. Your URL mappings are never sent to any server or stored in any database.

    Who Is This Tool For?

    DevOps Engineers

    Generate redirect configurations during deployments and migrations. Support for multiple platforms means one tool covers your entire hosting stack.

    SEO Specialists

    Implement 301 redirects during site restructuring to preserve link equity. Generate platform-specific redirect files without learning each server's syntax.

    Web Developers

    Quickly create redirect rules when renaming URLs, merging pages, or migrating between hosting platforms. Download the correct config file format instantly.

    Site Migration Teams

    Map old URLs to new ones in bulk. Generate redirect files for your target platform during domain changes, CMS migrations, or URL structure overhauls.

    Redirect Type Reference

    CodeNameUse CaseSEO Impact
    301PermanentURL changed forever, site migrationPasses ~90-99% link equity
    302Found (Temporary)A/B testing, temporary maintenanceDoes not pass link equity
    307Temporary RedirectSame as 302, preserves HTTP methodDoes not pass link equity
    308Permanent RedirectSame as 301, preserves HTTP methodPasses link equity (like 301)

    Frequently Asked Questions

    4.6/ 5(118 ratings)

    Rated by real users — your feedback helps us improve