User documentation
  1. What is redirection.io?
  2. Starter's guide
  3. What are organizations and projects?
  4. Invite new collaborators
  5. User account and preferences
  6. Using traffic logs
  7. Create a rule
  8. Triggers and markers reference
  9. Actions reference
  10. How to bulk-import or export redirection rules?
  11. Managing instances
  12. Project notifications
  13. Project segmentation
  14. How much does it cost?
  15. Can I use redirection.io for free?
  16. About us

Developer documentation
  1. TL;DR; Fast track
  2. Installation of the agent
  3. Upgrading the agent
  4. Agent configuration reference
  5. Available integrations
  6. The agent as a reverse proxy
  7. nginx module
  8. Apache module
  9. platform.sh integration
  10. Cloudflare Workers integration
  11. Fastly Compute@Edge integration
  12. Vercel Middleware Integration
  13. Using redirection.io with Docker
  14. How fast is it?
  15. Public API

Crawler
  1. What is the redirection.io crawler?
  2. Start a crawl
  3. Schedule a crawl
  4. Analyzing the results of a crawl
  5. The crawls list
  6. Crawl credits and pricing
  7. Crawl Errors
  8. Crawler metrics reference
  9. Crawler columns reference

Managed instances
  1. What are managed instances?
  2. Add a domain to your project
  3. Managed instances limits and quota
  4. Frequently asked questions

Knowledge base
  1. Create your first redirections
  2. redirection.io rules cookbook
  3. Setting up a redirection server on Azure Cloud
  4. Structured data and Rich Snippets
  5. What is a URL redirection?
  6. Why use URL redirections and how to setup

Legacy versions
  1. Agent 1.x configuration reference
  2. Legacy integrations
  3. Legacy Cloudflare Workers integration

Changelogs
  1. redirectionio-agent
  2. libnginx-mod-redirectionio
  3. libapache2-mod-redirectionio

Legacy integrations

These integrations are available as Open Source projects, but are not endorsed nor recommended by redirection.io. We rather advise to use one of the recommended integrations.

Please note that these integrations require the legacy version of redirection.io's agent (branch 1.x), which cannot run the advanced triggers and actions and is not maintained. We strongly advise you to rather use one of the recommended integrations. The integrations below are considered deprecated and will not receive updates in the future.

  • PHP: a PHP Proxy SDK, which implements the dialog with redirection.io's agent, and allows to quickly build efficient proxies in PHP frameworks and Content Management Systems;
  • Wordpress: a redirection.io Wordpress Plugin, which streamlines using redirection.io in Wordpress websites;
  • Symfony: a redirection.io Symfony bundle, which integrates redirection.io in Symfony projects;
  • Node.js: a Node.js and Express proxy, which allows to embed redirection.io in Node projects.

PHP SDK

An open source PHP SDK is available at https://github.com/redirectionio/proxy-sdk-php.

The redirection.io PHP SDK can be added as a requirement of your project using Composer:

composer require redirectionio/proxy-sdk

Latest Version Software License Build Status Code Coverage Quality Score

Wordpress plugin

An open source redirection.io Proxy for Wordpress is available, which streamlines using redirection.io in Wordpress websites.

Symfony Bundle

An open source redirection.io Symfony Bundle is available.

The redirection.io Symfony Bundle can be added as a requirement of your Symfony project using Composer:

# require the bundle
$ composer require redirectionio/proxy-symfony

At the moment, the bundle is compatible with Symfony 3.4+.

Latest Version Software License Build Status Code Coverage Quality Score

Node.js and Express

An open source redirection.io Node.js and/or Express proxy is available (it can be used in pure Node.js projects, as long as Express-based projects)

The redirection.io Node.js proxy can be installed using yarn or npm:

// with yarn
$ yarn add @redirectionio/proxy

// with npm
$ npm install --save @redirectionio/proxy

Latest Version Software License Build Status Code Coverage Quality Score

This page has been updated on Jun 30, 2025
Can't find your answer?