Описание
WP Cloudflare GeoIP Redirect plugin enables you to setup redirect for users from selected countries to specific URL.
Геолокация выполняется с использованием данных Cloudflare IP Geolocation.
Redirection is done using the php header() function and you can choose Temporary Redirect (307) or Moved Permanently (301).
Чтобы использовать этот плагин, вам необходимо настроить Cloudflare для своего веб-сайта и включить службу IP-геолокации Cloudflare. Подробнее в FAQ.
Скриншоты
Установка
- Upload the plugin files to the
/wp-content/plugins/wp-cloudflare-geoip-redirect
directory, or install the plugin through the WordPress plugins screen directly. - Активируйте плагин на странице «Плагины» в WordPress
- Use the CF Redirect>Options screen to configure the plugin
Часто задаваемые вопросы
-
Нужна ли мне учетная запись Cloudflare для использования плагина?
-
You don’t need CloudFlare account credentials for using plugin but you do need to have Cloudflare service active on your domain in order for plugin to get Geolocation user data and enabled Cloudflare IP Geolocation.
-
Как включить IP-геолокацию Cloudflare
-
Для получения информации о том, как настроить Cloudflare IP Geolocation, перейдите по ссылке: https://support.cloudflare.com/hc/en-us/articles/200168236-Configuring-Cloudflare-IP-Geolocation
-
Будет ли этот плагин работать с другими плагинами кэширования?
-
Frankly we don’t know yet. As of v1.3 new HTTP header is added when redirection is enabled (Cache-Control: no-cache, no-store, must-revalidate) but it’s on cache plugin to honor this setting
-
Обход плагина LiteSpeed Cache, если перенаправление не работает
-
This issue is fixed by adding new rule to your .htaccess file before ## LITESPEED WP CACHE PLUGIN section
‘
RewriteEngine On
RewriteRule .* — [E=Cache-Control:vary=%{HTTP:CF-IPCountry}]
‘You can read more about it here https://wordpress.org/support/topic/wp_redirect-not-working-with-litespeed-cache-on/#post-14280128
Отзывы
Участники и разработчики
«WP Cloudflare GeoIP Redirect» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:
Участники«WP Cloudflare GeoIP Redirect» переведён на 2 языка. Благодарим переводчиков за их работу.
Перевести «WP Cloudflare GeoIP Redirect» на ваш язык.
Заинтересованы в разработке?
Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.
Журнал изменений
1.4
- option to add custom Query string parameter name and value to current URL based on redirect settings
1.3
- исправлена проблема с циклом перенаправления, когда URL-адрес веб-сайта совпадает с URL-адресом перенаправления
- added HTTP header «Cache-Control: no-cache, no-store, must-revalidate»
- after working with «LiteSpeed Cache» to fix the issues with redirect not working when caching is enabled workaround is added to FAQ
1.2
- изменен код перенаправления для использования «wp_redirect»
1.1
- Добавлен фреймворк CMB2 для опций плагина
1.0
- Первая версия