<script> window.location.href = ´//whateverurlyouwant.com' </script>
Of course you can just do it server side as well with a simple header set by your webserver or by a backend language.
<script> window.location.href = ´//whateverurlyouwant.com' </script>
Of course you can just do it server side as well with a simple header set by your webserver or by a backend language.