我正在尝试改变
http://www.myhost.com/en/team/league-of-legends/3798/destiny
到
http://lol.myhost.com/en/team/league-of-legends/3798/destiny
我为我的 Apache2 服务器尝试了不同的组合,包括:
RewriteCond %{HTTP_HOST} ^www\. [NC]
RewriteRule ^/(.*)/team/league-of-legends/(.*)/(.*) http://lol.myhost.com/$1/team/league-of-legends/$2/$3 [R=301,L]
但它似乎不起作用(我检查了一个 htaccess 测试仪)。 请问我做错了什么?