arrow_back Back to Tools

info About Redirections

This tool generates server redirect rules for:

settings

Redirect Configuration

info The URL path to redirect from
info The target URL (can be full URL or path)
info Enable pattern matching for multiple URLs
info Keep URL parameters in redirect
info Match URLs regardless of case

Quick Examples (click to try)

Simple Redirect /blog/old-article → /blog/new-article
Regex: Folder Redirect /blog/* → /news/* (with regex capture)
Regex: Parameter Capture /product-123 → /shop/product/123
Domain Change /old-site → https://newdomain.com
code

Generated Rules

Nginx Configuration

Add this to your Nginx configuration file (e.g., /etc/nginx/sites-available/your-site):