On Jun 2, 9:18 am, "Doug" <dgeist...@snet.net> wrote:
> I'm begining work on web sites for a client. There are three separate sites,
> the main site (contains the home page) and two other sites that, right now,
> are planned to be accessable viawww.mainsite.com/secondsite, andwww.mainsite.com/thirdsite.
If they're subdirectories rather than filenames, you should include
the trailing slash as
http://www.mainsite.com/thirdsite/ (and also
include the http:// part when giving the URLs so that they get
properly hyperlinked in mail/news readers; not that that's an issue
here since they're hypothetical rather than actual URLs).
> The first site is about the person (somewhat famous), the second site is
> about this person's non-profit foundation, and the third site is about this
> person's consulting business with products to sell. So all three sites have
> very different purposes and content and will link to each other via each
> site's primary navigation.
Since the sites are really for distinct entities of different types,
then perhaps they should be in domains in the appropriate TLDs for
each -- a .org domain for the nonprofit foundation, a .com domain for
the for-profit company, and a .name domain for the individual.
Different subsites related to the same entity, on the other hand, are
best done as subdomains, like subsite1.example.net and
subsite2.example.net.
--
Dan
Dan's Domain Site:
http://domains.dan.info/