Este plugin no ha sido probado con ninguna las 3 últimas versiones principales de WordPress. Puede que ya no se mantenga o no tenga soporte, y puede que tenga problemas de compatibilidad cuando se utiliza con versiones más recientes de WordPress.

Language Redirect

Descripción

WordPress plugin which redirects from the root site of a multisite project to a language specific network site.

Please Note: This plugin doesn’t allow content on the root site! Please read this description carefully to see if this works for you.

The decision which language should be used is based in the browser language of the user which is usually sent as ‘Accept-Language’ header (PHP: $_SERVER[‘HTTP_ACCEPT_LANGUAGE’]).

The plugin provides a configuration page where supported languages, redirect targets and the default language can be configured.

The plugin should be activated only on the root site. It shouldn’t be active on the language specific network site.

The plugin is developed on Github. Feel free to fork the project or create pull requests.

This plugin was originally developed for monkkee and is inspired by oncleben31.cc

Capturas de pantalla

  • Opciones

Instalación

  1. Upload plugin to the /wp-content/plugins/ directory
  2. Activa el plugin a través del menú ‘Plugins’ en WordPress
  3. Configure plugin (Settings -> Language Redirect)

Opiniones

8 de Septiembre de 2018
Couldnt redirect to another page, only to another site. This should be mentioned in the main description.
28 de Mayo de 2018
Simple and exactly what needed
3 de Septiembre de 2016
It is perfect tool for auto redirecting. Especially with lincolnphipps's patch. Thanks a lot! Sure it must be set well, but works like a charm.
3 de Septiembre de 2016
Great extension to Multilingual Press... Just make sure you read correctly. Don't network activate the plugin. Only activate it at the root blog.
Leer los 13 comentarios

Colaboradores & Desarrolladores

“Language Redirect” es software de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

Traduce & #8220;Language Redirect” a tu idioma.

¿interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN , o suscríbete al log de desarrollo por RSS .

Historial de cambios

1.0.1

1.0.2

  • Consider all languages of HTTP_ACCEPT_LANGUAGE based on their q factor
  • Support country based locales like en-US
  • Try to match languages prefixes of country based locales as a fallback, e.g. given ‘en-US’ in header and ‘en’ in configuration

1.0.3

  • Redirect only if /index.php was invoked. This is the case for all frontend visits.
  • Don’t redirect robots.txt
  • Delete options when plugin is uninstalled

1.0.4

  • Remove buggy robots.txt handling

1.0.5

  • Don’t redirect robots.txt