Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
tumblr はどのようにしてすべてのユーザーに新しい URL を作成しますか? 結構なお金がかかりませんか?そうでない場合、どのように可能ですか?それはphp、html、または何か他のもので行われますか. そして、それはサーバーを介して行われますか?
サブドメインは無料です。
ただし、これらのサイトは通常、ワイルドカード VHost を使用して へのリクエストを受け入れます[literally anything goes here].domain.com。次に、Hostヘッダーを使用して、要求されたサブドメイン (およびそのデータ) を特定します。
[literally anything goes here].domain.com
Host