Skip to content

Use QUERY_STRING not REQUEST_URI

username-removed-444214 requested to merge mrchrisw/fix-apache-workaround into master

As per http://httpd.apache.org/docs/current/mod/mod_rewrite.html

REQUEST_URI This notably excludes the query string which is available as its own variable named QUERY_STRING.

https://gitlab.zendesk.com/agent/tickets/51724

Merge request reports