RewriteCond %{QUERY_STRING} (^|&)utm=(.+)($|&)
RewriteRule ^page\.php$ /new-link.ru\?utm=%2 [L,R=301]
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteCond %{REQUEST_FILENAME} !/index.php$
RewriteRule .+ index.php [L]