我使用此重写规则为俄罗斯加载不同的页面,使用 cloudflare IP Geolocation。
RewriteCond %{HTTP:CF-IPCountry} ^(RU)$
RewriteCond $1 !^(__test)
RewriteRule ^(.*)$ russia.html [L]
DirectoryIndex index.html
问题是 russia.html 只加载文本内容。我已尝试对 CSS 文件使用绝对 URL,如此处所述htaccess 重写规则不加载站点内容但没有结果。