Problem installing wordpress in root of Verio server. Get blank homepage of death. Problem is in index.php, on line 25, remove "./" from "require('./wp-blog-header.php');" so it looks like this "require('wp-blog-header.php');". This fixed the problem for me. I think the file system does not know that "." means the current directory? Hope this helps!