この書き換えルールを使用して、cloudflare IP Geolocation を使用して、ロシアの別のページを読み込みます。
RewriteCond %{HTTP:CF-IPCountry} ^(RU)$
RewriteCond $1 !^(__test)
RewriteRule ^(.*)$ russia.html [L]
DirectoryIndex index.html
問題は、russia.html がテキスト コンテンツのみをロードすることです。ここに記載されているように、CSSファイルに絶対URLを使用しようとしましたhtaccess rewrite rule not loading site content but with no results.