* Disaru I have parked a domain, and the domain working just fine as it is.

Is it normal that after we parked a domain, then if visit our site via the original xtgem domain (i.e. xxx.xtgem.com) it is not redirected to our parked domain? Is it how xtgem work or someting else like wait for 72 hours :D ?
2018-03-03 16:43 · (0)
* Graham * Disaru if you visit via your xtgem domain it will use the xtgem domain this is normal
you can park up to 3 domains to a xtgem site each will work separately from the others
2018-03-05 05:54 · (0)
* Disaru Oh I see that's all make sense :D
2018-03-07 01:03 · (0)
* 4gotten * Graham this makes me dizzy. I think this will break the advertising rules if someone clicks the ads from my xtgem domain but the address I registered my own domain (domain parking)
2018-03-13 21:40 · (0)
* Disaru * 4gotten I'm using Javascript to redirect my original xtgem subdomain to the parked domain :D
<script>
var newDomain = 'www.myparkeddomain.com';
var thisURI = window.location.href;
if (window.location.hostname != newDomain) {
  var newURI = thisURI.replace(window.location.hostname, newDomain);
  window.location.replace(newURI);
}
</script>

Copy code
2018-03-14 18:24 · (1)
* TECRIDIBLE * Disaru This trick really works thanks check out my link http://droidinfo.mobie.in
2018-03-16 01:02 (edited 2018-03-16 01:02 by TECRIDIBLE ) · (0)
* Disaru * TECRIDIBLE Hmm.. not working. did you remove it, or not?

If you use it, you should place it in your most upper document, right after <head> tag. So the script can work before visitor load your site...
2018-03-21 04:48 · (0)
* Templategyoom * Disaru thank you sir, finally i found this trick
2022-02-10 19:16 · (0)

Online: Guests: 1