yup, with some tweaking that worked, I needed to create a wp-comments.php in the wordpress root. I also needed to put this line in ..
if (isset($p) && $p > 0 ) include(ABSPATH . ‘wp-comments.php’);
where it was once just
include(ABSPATH . ‘wp-comments.php’)
If I use
$wp_template_redirect = false;
can I still use an index page which I created in 1.2.2 ?
This would essentially bypass the use of the use of the themes, but are their any other gotchas?
as a side I was able to get wordpress integrated into another app, by hard codding some paths, and editing the for mentioned exit commands