I\'m trying to redirect all requests to a domain from a particular user-agent to a subdomain. My rule is as follows:
RewriteEngine on
RewriteCond %{HTTP_USE
line: RewriteRule ^(.*)$ https://test.domain.com/$1 [L,302]
shuld be: RewriteRule ^(.*)$ https://test.domain.com/$1 [R=302]