https://bz.apache.org/bugzilla/show_bug.cgi?id=70084

Rich Bowen <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #1 from Rich Bowen <[email protected]> ---
Yes, you are absolutely correct.

The line in the doc is

RedirectMatch permanent "^/(?!\.well-known/acme-challenge/)"
"https://www.example.com/$0";

And that should have been $1 rather than $0

RedirectMatch permanent "^/(?!\.well-known/acme-challenge/)"
"https://www.example.com/$1";

But I'm reasonably sure that both of your examples work as well.

Fixed in r1934697 and 1934698.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to