I have a bit of an interesting issue, I have a QR code that upon being scanned sends users to the address below:
enzymedica.org/ls/27210
(This is just the DEV site by the way the real one is .com)
Then I have it successfully redirecting to this address:
enzymedica.org/education/digestive/digest-gold.html
Now here is where the problem comes into play, if this is all it did then we wouldn't have a problem, however when the QR code gets scanned it tacks on a "?" and then a number like 0000 after it.
So in reality the url that you get sent to is more or less like this:
http://www.enzymedica.org/ls/27210?0000
and upon redirecting you get this:
http://www.enzymedica.org/education/digestive/digest-gold.html?0000
So I need some way to get the url rewritten to end at ".html" and not show anything after it.