I have a URL, that in the past. It was accessed as in the example below http://example.com.br/blog
but today its as example.com.br
.
However, I have external access to queries strings pointing to the folder:
example.com.br/blog/?utm_source=mkt&utm_medium=email&utm_campaign...etc
I want all requests to remove the folder:
example.com.br/?utm_source=mkt&utm_medium=email&utm_campaign...etc
What rules should I create in the .htaccess file?