Does googlebot explicitly spider /index.html (or whatever your default file is for your domain name), i.e. are pages going to look like this: mydomain.com/index.html instead of mydomain.com/ in the SERP?
What if you do an explicit header redirect(or rewrite) of your index file like this:
RewriteRule ^index\.html$ /welcome.php [L]