Question about 301 redirect / modrewrite
I know there are a lot of topics on this subject but so far I have not managed to create my needed redirect.
here is my current URL : mysite.net/doc.php?title=john
needs to redirect to : mysite.net/doc.php?renamed=john&id=3340
so am adding 'id' and renaming the variable 'title'.
does anyone know if this can actually be done ?

