Not WPML compatible?
-
I’ve got a website with WPML, setup so that each language is a directory inside the main URL, like this:
English: https://domain/en/
Portuguese: https://domain/pt/
Spanish: https://domain/es/The redirects used to be working but for some time now (unfortunately I do not know if this is after a eggplant or a wpml upgrade) they’re not working anymore.
On the admin area instead of having “Redirect from https://domain/ …” we now have “Redirect from https://domain/en/ …” and on the
format_from_url
function thehome_url()
call is also returning “https://domain/en/” or “https://domain/pt/” or “https://domain/es/” depending on the original URL (before redirection).This makes it impossible to set up redirects like “https://domain/old-url-before-wpml” -> “https://domain/en/some-new-url/”
WPML has a compatibility team that can probably help you guys.
- The topic ‘Not WPML compatible?’ is closed to new replies.