You are here

README.txt in Language neutral aliases 8.2

Same filename and directory in other branches
  1. 8 README.txt
  2. 3.x README.txt
Language neutral aliases
========================

Make URL aliases language independent.

Drupal 8 contains advanced URL alias management, allowing for URL
aliases dependent on the currently selected language. This can
however, depending on the language setup of the site be confusing for
users that often expect URL aliases to be global.

This module decouples URL aliases from the language system, making URL
aliases independent of the language of the session (user selected,
site configured) and content (node language, etc).

If the module is installed on an existing site, all URL aliases that
is not language neutral will be totally hidden. The paths will not
work, they will not show up on node edit and they will not be listed
in the URL aliases admin pages. But they can be resurrected by
uninstalling the module.

For permanent usage, it's recommended to either clean out non-language
neutral aliases before installing the module, or run "UPDATE url_alias
SET langcode = 'und' WHERE langcode <> 'und';" in the database, to
bulk change them to language neutral.

File

README.txt
View source
  1. Language neutral aliases
  2. ========================
  3. Make URL aliases language independent.
  4. Drupal 8 contains advanced URL alias management, allowing for URL
  5. aliases dependent on the currently selected language. This can
  6. however, depending on the language setup of the site be confusing for
  7. users that often expect URL aliases to be global.
  8. This module decouples URL aliases from the language system, making URL
  9. aliases independent of the language of the session (user selected,
  10. site configured) and content (node language, etc).
  11. If the module is installed on an existing site, all URL aliases that
  12. is not language neutral will be totally hidden. The paths will not
  13. work, they will not show up on node edit and they will not be listed
  14. in the URL aliases admin pages. But they can be resurrected by
  15. uninstalling the module.
  16. For permanent usage, it's recommended to either clean out non-language
  17. neutral aliases before installing the module, or run "UPDATE url_alias
  18. SET langcode = 'und' WHERE langcode <> 'und';" in the database, to
  19. bulk change them to language neutral.