Developer Utility
Redirect Rule Builder
This tool turns a simple redirect map into Apache and Nginx rule output so redirect planning is faster and less error-prone.
What it does
- Takes old-to-new URL mappings from a simple text format.
- Generates redirect rules for Apache and Nginx.
- Lets you choose the status code behavior for the redirect set.
- Gives a copyable output block instead of requiring manual rewrite syntax work.
How to use it
- Open
/RedirectRuleBuilder/.
- Add one mapping per line using a clear old/new separator like
/old | https://example.com/new.
- Select the desired redirect status code.
- Copy the Apache or Nginx output depending on your stack.