After upgrade to Apache HTTPD v2.4.56, redirection that removes the query string is not working and instead "rewrite rule" appends “%3f” to the URL.
Example, Original queries as:
https://FQDN/home or https://FQDN/dashboard
Redirect as:
https://FQDN/home/%3f or https://FQDN/dashboard/%3f