Lightspeed Server URL Decoding

Hello,

im having a issue with a url not decoding properly, i am making a website from a PHP framework and it works locally no issues apache server on XAMPP main server is Cyberpanel openlight speed, when i push a variable to the URL it comes up as
/axletrace/components/index/%3Fkey%3DASN214329051
and it is ment to be this
/axletrace/components/index/?key=ASN214329051

%3F unicode decoded to ascii is meant to ?

the fix for this on appache is in the server.xml file

what is the fix on open light speed please.

ANy htaccess special rules?

@shoaibkk

image