Move your redirects from other platforms to RedirectFlow.
Import RewriteRule and Redirect directives directly.
Parse nginx rewrite rules and location blocks.
Import existing Cloudflare forwarding rules.
Bulk import from spreadsheets.
Parse Netlify redirect configuration files.
Import redirects from Vercel configuration.
Export your current redirects in a supported format. Most platforms allow CSV export or provide access to configuration files.
Set up your website in RedirectFlow and configure your domain settings.
Use our import tool to upload your redirects. We'll automatically parse and validate them.
Review the imported redirects for any conflicts or issues. Our validator will flag potential problems.
Once validated, deploy your redirects to Cloudflare Workers for instant activation.
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.
For a seamless migration without any redirect gaps:
Need Help? Our support team can assist with complex migrations. Contact us for personalized migration assistance.