Public Tickets All Categories Kalium 3 (0) Aurum (0) Neon (0) Xenon (0) Oxygen (0) James how to redirect my website to specific countryClosed Updated September 2, 2019 at 8:23am 6 Most recent comment from [deleted]:Hi James,The problem is with the path of country detector class. I wrote "../src/CountryDetector.class.php" and it looks up one directory so it might be that the src folder doesn't exists so I s ... rmbettencourt Using Multiple CountriesClosed Updated July 11, 2018 at 6:19am 10 Most recent comment from [deleted]:Hi,Yes thats the correct code, you can manage the list of countries in the array for specific country code with redirection.Now it seems to work just fine! nyc02 Need help with Country Detect & RedirectClosed Updated May 2, 2017 at 8:24am 2 Most recent comment from [deleted]:Hi nyc02,You can use this code: include("../src/CountryDetector.class.php");if ( CountryDetector::is( 'AMERICA' ) ) { header( 'Location: http://www.google.com' ); exit;}However I suggest you to save ...