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.
これはどこかで尋ねられるかもしれませんが、これに対する答えを実際に見つけることはできません。
htaccess を使用して、すべてのサブドメイン (*.domain.com) をルート (つまり domain.com) にリダイレクトしたいと考えています。要するに:
test.domain.com -> domain.com asdasdasd.domain.com -> domain.com etc.
ありがとう!
以下を試してください、うまくいくはずです
RewriteCond %{HTTP_HOST} ([^.]+)\.domain.com [NC] RewriteRule ^(.*) http://domain.com/