Excellent, that plugin did the trick. Thank you. For those not in the know, you’ll want to make sure the path to your wp-blog-head.php on any of your index pages leads to the directory containing the wp-blog-head.php code.
<?php
/* Don't remove this line. */
require('[PATH_TO_DIRECTORY/wp-blog-header.php');
?>