Score:0

Redirect utm_source for multilingual web page

td flag

I have https://www.example.com/page-name/?utm_source=dlvr.it&utm_medium=twitter

I have added the following code in the .htaccess file and redirected it to https://www.example.com/page-name/.

RewriteEngine On
RewriteCond %{QUERY_STRING} ^(utm_source) [NC]
RewriteCond %{REQUEST_URI} ^/$ [OR]
RewriteCond %{REQUEST_URI} ^(.*)$ [NC]
RewriteRule ^ %{REQUEST_URI}? [L,R=301]

But the multilingual page is not redirected with this code.

Now, how can I redirect a multilingual page?

https://www.example.com/ar/page-name/?utm_source=dlvr.it&utm_medium=twitter

to

https://www.example.com/ar/page-name/

or

https://www.example.com/fr/page-name/?utm_source=dlvr.it&utm_medium=twitter

to

https://www.example.com/fr/page-name/

Anyone, please help me.

I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.