Your main page or Home Page needs to have a certain file name to load automatically.
The file name can be :
default.htm
default.html
index.htm
index.html
if using Windows server it could also be index.asp or default.asp
or with an Apache/Unix server it could be index.php or default.php
All of your other pages would then need to be updated to have the Home Page link set to whatever you decide to use.
Sometimes you need to set the index pages in your control panel, but not always necessary.