Documentation/Environments

Environments

Manage redirects across development, staging, and production environments.

Environment Types

ProductionLive Environment

Your live website where real users access your content. All tested redirects should be deployed here.

StagingTesting Environment

Pre-production environment for testing redirects before going live. Typically matches production data.

DevelopmentDev Environment

Local or development server for building and testing new redirects. Safe to experiment.

Configuring Environments

  1. 1
    Go to Settings → Environments

    Access environment configuration from your dashboard settings.

  2. 2
    Add your domain for each environment

    Example: prod.example.com, staging.example.com, dev.example.com

  3. 3
    Set target domains for each environment

    Define where redirects should point to in each environment.

Environment-Specific Deployments

RedirectFlow uses separate Cloudflare KV namespaces for each environment, ensuring:

  • Complete isolation between environments
  • Safe testing without affecting production
  • Easy promotion of redirects between environments