I deleted the contents of index.php and replaced with:
<?php
/* Short and sweet */
define(‘WP_USE_THEMES’, true);
require(‘./wp-blog-header.php’);
?>
now everything appears to be working normally…I have no idea how the original index.php was corrupted on install.
Looks like my issue is resolved