I went this route instead. moving a copy of index.php over to the root directory and adding this line. (line 4)
<?php
/* Short and sweet */
define(‘WP_USE_THEMES’, true);
require(‘./wordpress/wp-blog-header.php’);
?>
You guys ROCK!! thank you again.. what a nightmare!