I have had a domain.com for a long time with simply an index.html as the root page (domain.com/index.html) and I need to put up a domain.com/index.php page instead.
There are many sites linking to the index.html...what would be the best way to send everything to index.php instead? 301 redirect to maintain SE integrity?
This is what i was thinking:
http://www.domain.com/index.html would be a 301 redirect to index.php
so
http://www.domain.com/ would basically go to index.html which would redirect to index.php
Is this ok or is there a better idea?