In a multilingual Drupal 7 site, when a node is created with a language set to something other than "Language Neutral", its alias does not work (error 404) when the language of the site is different from the language of node.
You can avoid this problem by changing the alias language to โAll languagesโ on the alias editing page (admin / config / search / path).
This is very annoying because you have to do this for every new node with language support. Moreover, when Bulk update changes some aliases, this parameter is lost.
Is there a way to get "All Languages" for each newly created alias?
Is there a way to get "All Languages" for all aliases already created?
source share