私は前にそれを見たことがない! それはどのように機能しますか?ICANN がカスタム ドメイン名を許可するようになったことは知っていますが、それはwww ! ようこその前に別の www を追加しようとしましたが、404 が返されました。
4 に答える
wwwは特別なものではありません。www、www1、またはwelcomeのサーバーに違いはありません。www がまったくない Web サイトもあります。実際には www はサブドメインであり、2 つの異なる Web サイトを作成できます。1 つは www で、もう 1 つは www なしです。
RFC 1035では、以下の文法が定義されています。また、このウィキペディアの記事もご覧ください。
<domain> ::= <subdomain> | " "
<subdomain> ::= <label> | <subdomain> "." <label>
<label> ::= <letter> [ [ <ldh-str> ] <let-dig> ]
<ldh-str> ::= <let-dig-hyp> | <let-dig-hyp> <ldh-str>
<let-dig-hyp> ::= <let-dig> | "-"
<let-dig> ::= <letter> | <digit>
<letter> ::= any one of the 52 alphabetic characters A through Z in
upper case and a through z in lower case
<digit> ::= any one of the ten digits 0 through 9
Note that while upper and lower case letters are allowed in domain
names, no significance is attached to the case. That is, two names with
the same spelling but different case are to be treated as if identical.
The labels must follow the rules for ARPANET host names. They must
start with a letter, end with a letter or digit, and have as interior
characters only letters, digits, and hyphen. There are also some
restrictions on the length. Labels must be 63 characters or less.
For example, the following strings identify hosts in the Internet:
A.ISI.EDU XX.LCS.MIT.EDU SRI-NIC.ARPA
これは第4レベルのサブドメインであり、例として.comのサブであるため、www.example.comのwwwは第3レベルです。
したがって、サブドメインは127レベル下がることができ、my.desktop.www.example.comが有効なURLになり、この場合はwwwが中央に表示されます。
traceRTのようなものを見ると、dsl123.sfv.la.example.com(またはその他)のようなものが表示される可能性があります。要点は、WWWの有無にかかわらず、マルチレベルのサブドメインのケースが多いということです。別の例としてはメールがあります。 .phx.example.com、会社のフェニックスオフィス用のメールサーバー。
人々は好きなものをサブドメインに入れ、サーバーに「」と同じように扱うように指示できexample.com.au
ますwww.example.com.au
したがって、たとえば次の「実際の」URL を持つことができます。
www.abc.www.example.com
次に、サーバーに許可するように指示します。
abc.www.example.com
これはあなたが見ているものかもしれません...