GEOtagging + redirects

Search
Other Pre-Sale questions
Forum

GEOtagging + redirects

Darren Dugan's Avatar Darren Dugan
Greetings...

Is it possible with GEOip along with any of your other extensions enable a geolocation (via country parameters) to redirect the user to another website?

as an example... a user in (insert country here) would browse to (another country url) and be immediately redirected to the website of the (insert country here) that they are browsing from.

thank you for your input.
Peter van Westen's Avatar Peter van Westen ADMIN
What you could do is use Sourcerer inside a module (type: Custom), to place some PHP code to do the redirect.
Then use Advanced Module Manager Pro to only place that module on by country (Geo Location).
{source}<?php
header("Location: https://other-website.com");
die();
?>{/source}
Please post a rating at the Joomla! Extensions Directory
You can only post on this forum if you log in