My understanding -- I'm not an expert -- is that on (some? many? all?)
standard Internet servers a URL can point to a subdirectory name
followed by a backslash, and that links to this URL will automatically
go to an "index.html " file located in that subdirectory, if there is one.
Q1: Is this more or less correct?
At least some HTML texts also recommend using this as the basis for
organizing a web site: Put the web pages associated with some specific
or isolated subtopic into an appropriately named subdirectory (or
subsubdirectory ) within the main web site's top level directory; use an
index.html file located in that subdirectory to serve as the "home
page" for links to those subtopic pages within that subdirectory; and
use the subdirectory's name as the primary URL for linking to that
subtopic from outside or from higher up in the web site hierarchy.
Q2: Is this good advice?
But if I'm attempting to develop and test a complete web site on my own
(Mac iBook OS 9) computer before uploading it to my university's server,
I can't do this, because subdirectories are folders in this environment
and as best I can tell browsers operating on my own machine can't link
to folders as URLs.
Q3: If this is correct, is there any way around it? (at the Mac OS 9
level, or if I upgrade to Mac OS X)
Thanks for any advice or assistance.
standard Internet servers a URL can point to a subdirectory name
followed by a backslash, and that links to this URL will automatically
go to an "index.html " file located in that subdirectory, if there is one.
Q1: Is this more or less correct?
At least some HTML texts also recommend using this as the basis for
organizing a web site: Put the web pages associated with some specific
or isolated subtopic into an appropriately named subdirectory (or
subsubdirectory ) within the main web site's top level directory; use an
index.html file located in that subdirectory to serve as the "home
page" for links to those subtopic pages within that subdirectory; and
use the subdirectory's name as the primary URL for linking to that
subtopic from outside or from higher up in the web site hierarchy.
Q2: Is this good advice?
But if I'm attempting to develop and test a complete web site on my own
(Mac iBook OS 9) computer before uploading it to my university's server,
I can't do this, because subdirectories are folders in this environment
and as best I can tell browsers operating on my own machine can't link
to folders as URLs.
Q3: If this is correct, is there any way around it? (at the Mac OS 9
level, or if I upgrade to Mac OS X)
Thanks for any advice or assistance.
Comment