Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga asistencia ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Geo Redirect

Descripción

Just add the country from selectbox and fill in preferable options.
You can specify URL parameters for switching language or domain.

Explanation:

  • You have a multilingual blog and want your visitors to be directed to the correct language according to their geographical location.

  • You have specific domains or subdomains for different versions of your site and want your visitors to be directed to the right domain accoring to their geographical location.

Instalación

  1. Unzip geographical-redirect.zip
  2. Upload geographical-redirect folder to the /wp-content/plugins/ directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress

Preguntas frecuentes

Q: Mistakenly I specified incorrect domain name for redirection and can’t access my site.
A: If you have some troubles accessing your site, because of incorrect redirect, just add to browser’s url no_redirect (example: http://yoursite.com/?no_redirect) to ignore redirection.

Q: Whether the redirection applies both to frontend and dashboard?
A: Redirection applies only to frontend. Dashboard will be always accessible by direct link.

Reseñas

16 de mayo de 2020
I have been looking for a FREE Geo Redirect plugin for hours. Just when I was about to give up, I found you! Thank you, a million times. Works perfectly, and so easy to set up. Thank you, thank you, thank you!!!
26 de junio de 2017
Hi, i'm getting this notice: Notice: Undefined index: HTTP_REFERER in .../wp-content/plugins/geographical-redirect/geo-redirect.php on line 37 Using wordpress 4.8 In order to fix this issue I replaced line 37 in geo-redirect with this: $this->referer = isset( $_SERVER['HTTP_REFERER'] ) ? $_SERVER['HTTP_REFERER'] : ''; please update plugin
6 de febrero de 2017
the only plugin that worked. few options, but good. no stupid passwords and stuff - clean, simple ... works like a charm. thanks
1 de diciembre de 2016
I am using it for WordPress Multisite and it works perfectly. Great job!
7 de febrero de 2017
Thanks a lot, I am looking this for my news paper site http://www.sieubao.vn/
Leer todas las 13 reseñas

Colaboradores y desarrolladores

“Geo Redirect” es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce “Geo 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 .

Registro de cambios

3.3

  • Improved client IP recognition
  • Added ‘redirect once’ option
  • Updated Geo IP database

3.0

  • Improved, more flexible logic
  • Added new options
  • Simpler user interface

2.0

  • New stable improved release.
  • Added Static URL redirect option.
  • More friendly user interface.

1.0

  • First version released.