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/