In the article I referenced David Bartosik said:
"The sub-folder is created by Publisher and named by Publisher according to
the file name you enter during the conversion to web pages. Your home page
needs to be named "index.htm" so from the pub file that contains your Home
page you'll get the index.htm file AND a sub-folder named "index_files". If
you do another pub file, say it's a section for pages on dogs, then you
would name the file "dog" and then the sub-folder will be named "dog_files".
"
He then would upload both the index.htm file, the index_files folder, the
dog.htm file and the dog_files folder to your root directory/folder
public_html.
When I say that I use folders instead I mean that I create a subfolder in
the public_html folder called "dogs" and then don't bother creating dog.htm
and the dog_files folder with the second Publisher file. I just create
another index.htm and index_files folder and upload them to the dogs folder.
For every section I create with a separate Publisher file I create a
subfolder on the server to contain the Publisher web files. This way I don't
have to remember to produce custom named .htm files when I update a section.
And probably more importantly I don't have all those files and subfolders
mixed together in the root directory. It is just easier for me to manage.
Others will find David's approach better. My links are written with the
subfolder in the path:
http://www.mydomain.com/dogs/index.htm . With David's
approach the link would be:
http://www.mydomain.com/dogs.htm
Clear as mud, eh? I must say that in many cases once a user starts building
a site that exceeds 50 pages then they usually have outgrown Publisher and
move on. The bigger the site, the harder it is to manage with Publisher.
Publisher is best used for small, simple static sites in my opinion...though
there are many of us that have pushed that envelop. Also don't forget that
MSFT is starting to deprecate the web building functionality with Publisher
2010, so if you have started migrating to another program to build your
site, then I would probably encourage you to continue. I have no desire to
"downgrade" to Publisher 2010. I also don't like the new ribbon menu among
other "improvements". I plan to continue to use older versions of Publisher
for web building, but that is not necessarily your best course of action.
Just food for thought...
DavidF
.
Thank you, Dave