我想将我的荷兰网站redirect到website.com/nl/
但似乎无法find正确的代码在htaccess中做到这一点。
有人可以帮我弄这个吗?
试试这个规则作为你的第一条规则:
RewriteCond %{HTTP_HOST} ^(www\.)?website\.nl$ [NC] RewriteRule ^(.*)$ http://website.com/nl/$1 [L,NC,R=301]