In practice
Order matters: rules are evaluated top to bottom, and a broad early rule swallows the specific ones below it.
Back it up before every change. A single syntax error takes the whole site down with a 500.
Why it matters
Most legacy redirect logic on Apache sites lives here, including rules nobody remembers writing.
It is the first place to look when a migration produces chains, loops or unexplained status codes.
Related terms