Generate redirect rules for Nginx, Apache, and Cloudflare Workers with regex support
This tool generates server redirect rules for:
/blog/old-article → /blog/new-article
/blog/* → /news/* (with regex capture)
/product-123 → /shop/product/123
/old-site → https://newdomain.com
Add this to your Nginx configuration file (e.g., /etc/nginx/sites-available/your-site):