 Graham
 Graham
        
                     Chylin
 Chylin no Idea about the blanking without seeing the site but I note one of your sites has a redirect loop
2 ways to redirect meta redirect or javascript
<meta http-equiv="refresh" content="url=http://example.com/" />
Copy code or javascript 
<script>window.location.replace('http://example.com');</script>
Copy code  neither are particularly good for seo