Wildcard & Regex Redirects
Without the Headache
Migrating a massive site? Don't create 10,000 individual rules. Use wildcards (*) and regex patterns to rewrite traffic instantly. Includes AI pattern generator.
Routing Logic for Developers
Static redirects are fine for simple changes, but real-world applications need logic. Move entire directory structures, clean up messy URLs, or enforce SEO standards with a single rule.
Wildcard Matching (*)
The simplest way to bulk redirect predictable paths. Use * to match a path segment, for example /docs/* to support.example/*.
Advanced Regex (PCRE)
Use capture groups, lookaheads, and stricter matching when wildcard rules are too broad for the URL structure.
Query Param Cleanup
Automatically strip tracking parameters like utm_source or fbclid, or rewrite them into clean URL paths for better SEO.
Common Regex Patterns (Cheat Sheet)
Copy these battle-tested patterns to solve common SEO headaches.
Remove Trailing Slash
Enforce clean URLs by removing the slash at the end, for example /about/ -> /about.
Force Lowercase
Prevent duplicate content issues by forcing all URLs to lowercase.
Migration: Date to Slug
Modernize WordPress URLs by removing the date structure.
Extension Stripper
Hide your tech stack. Turn /contact.php into a clean /contact URL.
Subdomain Consolidation
Merge subdomains into subfolders to strengthen overall domain authority.
Query Param to Path
Convert ugly dynamic parameters into SEO-friendly static paths.
Test Before You Deploy
Complex redirect rules can break important paths. Test them in a simulator before they reach production traffic.
Live Simulator
Type in a source URL and see exactly which rule matches and where it redirects, without actually changing anything.
Loop Detection
Our engine automatically detects infinite redirect loops and blocks the rule before it goes live.
Instant Rollback
Made a mistake? Revert to the previous configuration version instantly with a single click.
Frequently Asked Questions
Ready to test complex redirect rules?
Use the visual builder and simulator to validate wildcards, regex captures, and query handling before deployment.