How do i rewrite /blog/?p=1
to /en/post.html
and /blog/?tag=event
to /en/tags.html
whilst the variables are still accesible?
I used this before:
RewriteRule ^blog/?$ /en/tags.html [QSA,L]
But then I had to also rewrite a different variable that is also behind /blog/ and I'm not sure on how to do this.
Thanks in advance