You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The configuration property rewrites.forceLowerCase, when true, is modifying URL parameters rather than the path of the URL.
e.g.
http://www.somedomain.tech/a-url-with-CAPITALS?ga=WEdfjjjjERTHHH should be rewritten as http://www.somedomain.tech/a-url-with-capitals?ga=WEdfjjjjERTHHH... not http://www.somedomain.tech/a-url-with-capitals?ga=wedfjjjjerthhh
The text was updated successfully, but these errors were encountered:
The configuration property
rewrites.forceLowerCase
, when true, is modifying URL parameters rather than the path of the URL.e.g.
http://www.somedomain.tech/a-url-with-CAPITALS?ga=WEdfjjjjERTHHH
should be rewritten ashttp://www.somedomain.tech/a-url-with-capitals?ga=WEdfjjjjERTHHH
... nothttp://www.somedomain.tech/a-url-with-capitals?ga=wedfjjjjerthhh
The text was updated successfully, but these errors were encountered: