one of the first files to load is: includes/application/top

within that file you can add the following line:

die(__FILE__ . ':' . __LINE__);

then reload your home page and you can see whether you are making it to within that file. there should be a statement with the file and line number from that file.

if you are not getting to there, the problem may be within your .htaccess file.

good luck!