redirect domain based on country |
There's not really any advantage I can think of to run this logic server-side.
I would just use javascript/jquery and then you just use an API to resolve the visitor country code by IP and redirect to the corresponding URL : Code: $.getJSON("http://api.db-ip.com/v2/free/self").then(function(addrInfo) { Should you still want a server-side api call, here is a PHP library for the demonstrated api: https://github.com/dbip/api-client
Sign up for Codeigniter Slack Chat
|
Messages In This Thread |
redirect domain based on country - by menilanjan - 10-24-2018, 05:40 AM
RE: redirect domain based on country - by visualsol - 11-10-2018, 10:21 AM
|