Graham
filmbokep Add this as the last script on the _footer
<script>
var a=document.getElementsByTagName('a');
for(i=0;i< a.length;i+=1) {
a[i].href=a[i].href.replace(/filmbokep.mobi/i,'filmbokep.club');
}
</script>
Copy code it will go through all links on the page and replace the domain
It is not ideal but the alternative is to rewrite your pages
The best way is to use relative addresses in your links so that they are independent of any parked domain