Documentation/Guides/Migration Guide

Migration Guide

Move your redirects from other platforms to RedirectFlow.

Supported Migration Sources

Apache .htaccess

Import RewriteRule and Redirect directives directly.

Nginx Config

Parse nginx rewrite rules and location blocks.

Cloudflare Page Rules

Import existing Cloudflare forwarding rules.

CSV/Excel

Bulk import from spreadsheets.

Netlify _redirects

Parse Netlify redirect configuration files.

Vercel vercel.json

Import redirects from Vercel configuration.

Migration Steps

1

Export Your Existing Redirects

Export your current redirects in a supported format. Most platforms allow CSV export or provide access to configuration files.

2

Create a New Website in RedirectFlow

Set up your website in RedirectFlow and configure your domain settings.

3

Import Your Redirects

Use our import tool to upload your redirects. We'll automatically parse and validate them.

4

Review and Validate

Review the imported redirects for any conflicts or issues. Our validator will flag potential problems.

5

Deploy to Cloudflare

Once validated, deploy your redirects to Cloudflare Workers for instant activation.

Migrating from .htaccess

RedirectFlow supports most common .htaccess redirect patterns:

# These patterns are supported:
Redirect 301 /old-page /new-page
Redirect permanent /old /new
RedirectMatch 301 ^/blog/(.*)$ /articles/$1

# RewriteRule patterns:
RewriteRule ^old-path$ /new-path [R=301,L]
RewriteRule ^category/(.*)$ /products/$1 [R=301,L]

Simply paste your .htaccess content into the import tool, and we'll parse and convert the rules automatically.

Zero-Downtime Migration

For a seamless migration without any redirect gaps:

  1. 1. Import and deploy redirects to RedirectFlow first
  2. 2. Test redirects using our preview mode
  3. 3. Update your DNS to point to Cloudflare (if not already)
  4. 4. Enable the RedirectFlow Worker on your domain
  5. 5. Remove old redirect rules from your origin server

Need Help? Our support team can assist with complex migrations. Contact us for personalized migration assistance.