regex – redirection language ?lang=
-
hello,
can somebody help me with regex, I am not skilled with Regex
I need to remove duplicate content from Google webmaster tools
so I have problem
http://www.mydomain.com/article1/?lang=en
http://www.mydomain.com/article2/?lang=en
http://www.mydomain.com/article3/?lang=enhow to redirect it to
http://www.mydomain.com/en/article1
http://www.mydomain.com/en/article2
http://www.mydomain.com/en/article3by default Qtranslate is using “Use Query Mode (?lang=en)” and now I have changed it to “Use Pre-Path Mode (Default, puts /en/ in front of URL)”, but Google has indexed all links with ?lang= so now I have double content problem 🙁
Thank you,
Regards,
Peter
The topic ‘regex – redirection language ?lang=’ is closed to new replies.