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.
最近,我所在地区启用了顶级域。所以,我想将所有流量从我的旧域重定向:site.com.ex 到 site.ex
我尝试了一堆 .htaccess 魔法,但没有骰子。这可能吗?
我刚刚开始使用它,它似乎在所有情况下都运行良好:
Options +FollowSymLinks RewriteEngine on RewriteCond %{HTTP_HOST} ^(www\.)?site\.com\.ex [NC] RewriteRule ^(.*)$ http://site.ex/$1 [R=301,L]