Caveat: I have virtually no prior experience with these files.
This looks to me like a redirect loop, since the rule matches both old and new 
paths containing `(javadoc|pydoc)`.

I would write it like this:
```
RedirectMatch permanent "^/documentation/sdks/(.*)" "/documentation/releases/$1"
```

ref: https://httpd.apache.org/docs/2.4/mod/mod_alias.html#redirectmatch

[ Full content available at: https://github.com/apache/beam/pull/6556 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to