Hi,
I'm using Artio SEF on a website (and it works great ! or almost...), however I'm having troubles with a feature.
I'd like to make the 301 redirects in com_artio, able to keep the GET parameters I give. For example :
www.website.com/myurl?utm_source=source redirects to
www.website.com/mynewurl?utm_source=source
The way it works now, sef strips off the parameters I give when applying the 301 redirect. Is there a way in configuration (or in code even if that seems like a bad idea) to change this behaviour ? Couldn't find anything about that in the documentation :(
Thanks in advance for any help provided !