Now it’s also possible to bypass the redirection triggered by the GeoIP Country Redirect Application.

Your customer just need to use the parameter no_rule=true in the URL and that’s it. The app will not trigger the redirect rule for that specific visitor until he does not close his browser’s window.

Here are the instructions, how the visitor can use the no_rule=true parameter in URL to bypass the redirection:If your site URL does not has any parameter (Ex: https://www.example.com):

If the URL does not has any parameter before, simply pass the no_rule=true parameter by using “?” at the end of the URL.
Ex: https://www.example.com?no_rule=true

  • If your site URL already has some parameter in URL such as UTM tags (Ex: https://www.example.com/?utm_campaign=poweredby&utm_medium=xyz):

If the site URL already had any parameter your customer need to add no_rule=true parameter by using the “&” to separate the parameter.
Ex: https://www.example.com/?utm_campaign=poweredby&utm_medium=xyz&no_rule=true

Note: Once the visitor will bypass the redirection by using URL the parameter no_rule=true, he will be excluded from the redirection until his browser’s session does not end.