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

Available integrations

Of course, our goal is to make redirection.io usable with most of the platforms out there. There are currently several available integrations which are actively maintained by the redirection.io team:

Integration Pros Cons
Standalone reverse proxy
  • Performance
  • Official packages available
  • Single binary, easy to integrate in many environments
  • Ability to install a server software
Apache module
  • Performance
  • Official packages available for several distributions
  • Open Source
  • Requires an Apache2 server
  • Ability to install a native module
nginx module
  • Performance
  • Official packages available for several distributions
  • Open Source
  • Requires a nginx server
  • Ability to install a native module
Clouflare workers
  • Easy to install
  • No technical skills required
  • Requires the use of Cloudflare
Fastly Compte@Edge
  • Easy to install
  • Few technical skills required
  • Requires the use of Fastly
Vercel Middleware
  • Easy to install
  • Few technical skills required
  • Requires the use of Vercel

Standalone reverse proxy

In many hosting layouts, a Web server like nginx or Apache is not available. It can either be because you want to install redirection.io in front of caching reverse proxies like Varnish or HAProxy, or because your web application server does not require a Web server to be installed (node environments, for example).

In this case, you can still use redirection.io without the need for installing Apache or nginx. Indeed, the redirection.io agent software itself can be executed as a (very performant) reverse proxy, which can scale along with your infrastructure (think scalability):

Using the redirection.io agent as a reverse proxy

This integration mode can be preferred if:

  • you do not have a Web server available, like for example nginx or Apache;
  • you are not able to add custom dynamic modules to your Web server;
  • you do not want to compile a custom version of the module for your specific nginx or Apache version;
  • you want to easily scale your infrastructure.

Installing the redirection.io agent as a reverse proxy is covered in the agent configuration reference. A dedicated page explains the various ways to integrate redirection.io as a reverse proxy in your infrastructure.

nginx integration

This integration is perfectly suited for websites that run the nginx Web server. It provides a native nginx module, developed in C, that listens to all the HTTP requests and applies rules on the fly.

an incoming request is catched by redirection.io's nginx module

You may choose this integration if:

  • you want to use your existing nginx installation / VirtualHost to proxify all the requests, and simply add a native module to nginx to perform redirections;
  • you are able to load a nginx native module on your hosting platform.

Read more about the redirection.io nginx integration on its dedicated documentation page.

Apache integration

Very similar to the nginx integration, we propose a native Apache module, also developed in C, that allows to apply redirection.io rules at the server level, using an existing Apache VistualHost.

In this layout, the native redirection.io Apache module is loaded by Apache at startup time, and can be configured in VirtualHosts to listen all the requests and apply rules on the fly.

an incoming request is catched by redirection.io's Apache module

You may choose this integration if:

  • you want to use your existing Apache VirtualHosts to proxify all the requests, and simply add a native module to Apache to perform redirections;
  • you are able to load a Apache native module on your hosting platform.

Read more about the redirection.io Apache integration on its dedicated documentation page.

Cloudflare Workers

Using the Cloudflare workers is an easy and straightforward way to integrate redirection.io in your website.

Using redirection.io with Cloudflare workers

This solution can be chosen if:

  • your website uses Cloudflare. In particular, running workers requires that your DNS is hosted by Cloudflare;
  • you have an access to the Cloudflare management console;
  • you do not want or are not able to install software on your hosting platform.

You may read more about the redirection.io Cloudflare integration on its dedicated doc page.

Fastly Workers

All Fastly customers can benefit of redirection.io by using Compute@Edge, the serverless edge computing solution provided by Fastly.

This solution can be chosen if:

  • your website uses Fastly, or you intend to use Fastly;
  • you have an access to the Fastly management console;
  • you do not want or are not able to install software on your hosting platform.

You may read more about our Fastly integration.

Vercel Middleware

Vercel-hosted websites can use the redirection.io middleware to benefit of all the features of the redirection.io platform.

This solution can be chosen if:

  • you want to use redirection.io on a Vercel-hosted website
  • you can add a middleware to your Vercel deployment
  • you can manage the environment variables of your Vercel deployment

Read more about our Vercel Middleware.

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