[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] [RaQ3] - URL Appearance.
- Subject: Re: [cobalt-users] [RaQ3] - URL Appearance.
- From: Jeff Lasman <jblists@xxxxxxxxxxxxx>
- Date: Sat Jan 6 18:23:01 2001
- Organization: nobaloney.net
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Kevin D wrote:
> That's not possible, I think. URLs are case sensitive, so everything passed
> the domain name should appear as typed. I'm sure there's an RFC somewhere
> that states all domain names must be lower case.
URLs consist of two parts:
1. The protocol name: "http:"
2. The full path:
"//service-or-servername.domain-name.tld/directorypath/filename"
The full path can be broken down as follows:
1. service-or-servername: Often something like "www". It may be null
(blank).
2. domain-name: In my case it's "nobaloney".
3. tld: The "top-level-domain name; in my case it's "net".
4. /directory path: the directory path from the "DocumentRoot as set up
in /etc/httpd/conf/httpd.conf; it may be null (blank).
5. /filename: the name of the "index" file. Often index.html. If
blank, it defaults based on a setting in /etc/httpd/conf/httpd.conf;
usually it defaults to index.html.
Of these parts, only the directorypath and filename are case sensitive,
and only on NON-Microsoft servers.
Jeff
--
Jeff Lasman <jblists@xxxxxxxxxxxxx>
nobaloney.net
P. O. Box 52672
Riverside, CA 92517
voice: (909) 787-8589 * fax: (909) 782-0205