OK. As some other answerer has said, you need to create a page called index.html or index.htm
After you publish your website you should have the files that you made on the web server.
I do not know what the names of the pages that you just published, but hopefully you will, or be able to find out. To find out, you may need to use FTP. Here is a question on FTP that may be able to help you.
https://answersrip.com/question/index?qid=20090723034604AACAs0T
After you connect to the ftp server with the above instructions (on FTP), if you are using a program like CuteFTP it should show you the list of files that are on the server. If you are using the command prompt and ftp you can type "dir" and get a listing of the files in that particular directory.
You made need to change the directory to the one that contains your files.
If using the comand prompt with ftp, type "cd " and the name of the directory. If unsure what directory, try one, and type "dir" to see if it contains your files. If this directory does not contain your files, type "cd .." and go back one directory (folder) and try another one.
If using a program like CuteFTP, you should be able to click on a folder to see what is in that. If you need to go back, click on the folder that says "..".
Hopefully you understood all of that.
Do not close your FTP program just yet.
Now, open Notepad.
In this program copy the following and paste it into NotePad.
A web page that points a browser to a different page after 2 seconds
If your browser doesn't automatically go there within a few seconds,
you may want to go to
the destination
manually.
This came from
http://www.pa.msu.edu/services/computing/faq/auto-redirect.html
****************************
Part 1 of trial and error.
****************************
Change the ltext that says
URL=http://www.pa.msu.edu/services/computing/
to something like
URL=firstpage.html
Where firstpage.html is the name of one of your files from publisher.
Save the Notepad file as index.htm or index.html
Now use the FTP programs mentioned above to transfer the index.htm or index.html file onto the server.
Now open this index.html or index.htm through a web browser.
****************************
Part 1 of trial and error.
****************************
If the redirection of your web page does not take you to the page of your publisher you wanted, you may have to change the URL in index.html or index.htm so that it points to the correct page.
Change the ltext that says
URL=firstpage.html
to something like
URL=secondpage.html
Where firstpage.html is the name of the files from publisher that you just tried, and
secondpage.html is the name of the next page you are trying.
Continue to do Part 2. until you find the correct page that you want.
You will have to upload the index.html or html.htm file to the server with your FTP program after you change it every time.
Hope this helps.
[Edit]
Here are some FTP tutorial sites.
http://web-hosting.candidinfo.com/ftp-tutorial.asp
http://www.freewebmasterhelp.com/tutorials/ftp/
http://www.siteground.com/tutorials/ftp/index.htm
http://www.helpquest.com/support/tutorials/ftp.shtml
http://ftphelp.secureserver.net/