i am trying to add a rule to my .htaccess file to remove a slash in front of any query string. An URL like https://www.someDomain.com/someText/anotherText/?bp=someNumber should be rewritten to URL https://www.someDomain.com/someText/anotherText?bp=someNumber so there must be no slash in front of the question mark.
Thx