I did copy the index.php file into the blog file. However I did not see (‘./blog/wp-blog-header.php’) to edit. This is what I saw in the index file:
require( dirname( __FILE__ ) . ‘/wp-blog-header.php’ );
I tried a couple of combinations of renaming the file but did not seem to work.
Thanks for your suggestions.