i take it you mean you want the shtml site to be the 1 it goes to if someone types in www.domain.com
if so simply do the following:-
creat a text document and put the following into it (changing page.shtml to whatever the page is called):-
Code:
DirectoryIndex page.shtml
save the file as .htaccess (note nothing before the .) and upload it into your root folder. If you want other pages to be default page if that 1 does not exist just put a space at the end and add the next name.