I have A list of different Query-IDs needed to be redirectd to other Sites and pages. Like:
RewriteRule ^/index.php?id=1111$ http://newdomain.tld/site.html [R=301,L,NE]
RewriteRule ^/index.php?id=2222$ http://nextdomain.tld/othersite.html [R=301,L,NE]
But this example does not work as the source contains a query string. I am a bit stuck. Hopefully the solution is quite simple, but can you help me`? Thanks.