Waplocus
Please u guyz shld fixed out this code 4 me... it nt working... i want to redirect all users that are coming from www.davewap.xtgem.com to davewap.cf...
<script type="text/javascript">
if (window.location == "davewap.xtgem.com") {
window.location.href = 'http://www.davewap.cf/';
}
</script>
Copy code