Ok, wrong website, and perhaps wrong structure, but the concept should work.
Right now your are creating a 6 page site and uploading it to your
public_html folder. That means that you are uploading the index.html file,
plus page2.html, page3.html, page4.html, page5.html, page6html and all the
supporting images to the public_html folder. The new Page 7 which describes
and lists the files available for download can also reside in the
public_html folder, or in the protected folder...just depends on how you
want to structure your site and where you put your protected folder.
You could just add a seventh page to your current public site, including a
navbar link, and call it Member Section or something like that. The public
could click on that link and they would be able to see the page listing the
files available to members and their description. However, when anyone
clicks on one of the file links, they are required to log in before they
will be able to download the file.
However it sounds like you want the 7th page, the page that describes and
lists the files available for downloading to also reside in the protected
folder...no problem. Once again the main question is where you put the
protected folder. If it is a subfolder of your public_html folder then I
would create another subfolder in that protected folder to contain the files
you want to make available to download to keep things organized . So,
assuming that your protected folder does reside inside your public_html
folder, and is called "members", then within that folder you would create a
subfolder called "downloads" which would contain all the files that you want
to make available to the members.
Then you would create a single page website with Publisher...the description
page for all the files available to be downloaded by the members. When you
publish that page, you will upload the index.htm file and the supporting
images to the "members" folder. The link to this members description page
from your main site would be:
http://www.vanusa.org/members/index.html and
would require a log in. Then the links on the members description page to
the files available for download would be:
http://www.vanusa.org/members/downloads/filename1.pdf or perhaps
http://www.vanusa.org/members/downloads/anotherfilename.doc
etc.... When the member clicks on those links they can download the files.
Like I said, it all depends on where you place the protected folder and how
you want to structure your site. If you put the protected folder somewhere
else on your host server, then write the links accordingly. If you are
having trouble understanding how to write the links or how to structure your
site, then once again I suggest that you read David's article about building
a website with multiple Publisher files.
http://msmvps.com/blogs/dbartosik/archive/2006/01/16/81264.aspx
I hope I was a bit more clear this time...
DavidF