I’m using the current redirect rule:
/* :splat/ug1.html 200 Country=fr
I’m expecting that any page accessed from France will serve its “ug1.html” variation. And it does serve the right html file but it also make my assets inaccessible. Could it be that whatever/style.css
is also impacted by the redirect rule?
Because my understanding is that direct access to file will never be matched unless you add a !
to the code (/* :splat/ug1.html 200! Country=fr
)