Hi!
I have a wordpress blog using the qTranslate pluging with two langs activated.
If I do a search under the URL mypage.com it works correctly. But If I do a search with the URL mydomain.com/[whatever lang code], it duplicate the lang code and move to a 404 page with URL: mydomain.com/[langcode]/[langcode]/?s=something
EX search:
mypage.com/?s=a (WORK)
mypage.com/en/?s=a (error 404) but try => mypage.com/en/en/?=a (WORK)
mypage.com/de/?=a (error 404) => mypage.com/de/de/?=a (WORK)
I don’t know if this is a qTranslate bug or a problem with my .htaccess or what.
Someone could help me with this?