Hello. Is there a way to completely turn off this feature of the module:

"
Verifies and validates each URL

1. If the user/visitor makes any mistake in the URL, SSU will redirect them to the correct page.

Example:
www.example.com/your-wrong-category-name-c-1/ to www.example.com/your-category-name-c-1/

Please note that this feature is only available if you don’t use auto-alias (in other words, it is only available if you leave the product, category ids in the links)

2. Given the product_id in the link, SSU will find out the exact category tree this product should belong to.

3. Given the category_id in the link, SSU will find out the exact category tree this category should belong to.

4. Several modules are known to use the wrong product type to generate product links, SSU will get the correct product type for all product links. This is VERY IMPORTANT to get the correct layout for the product info page."



We have auto-aliasing off to deal with another bug that kept arising, so we can't just turn it back on.

The problem's that come up is that I'm trying to use a google analytics feature that allows more in-depth tracking of individual users, and it requires a special URL that looks something like this:

http://blargiddityblarg.com/?utm_source=blacrg&utm_medium=blahdiblah&utm_campaign=blah

when I try to navigate to the site like that, the URL becomes this instead:

http://blargiddityblarg.com/index/utm_source/blacrg/utm_medium/blahdiblah/utm_campaign/blah

I'm not absolutely positive, but I think it's that feature of simple SEO URL that's causing it. I want to turn it off to see if that's case.