A WordPress blog can be reached with mod_rewrite at http://xyz.de.
In the future this blog will be reached at http://blog.xyz.de. This is no challenge, however the old adresses have to forward to the actual article address.
http://xyz.de/YYYY/MM/DD/titel/ have to forward to http://blog.xyz.de/YYYY/MM/DD/titel/.
To make matters even more complicated, at the root domain ( http://xyz.de ) a new page have to be accessible.
This uses GET parameters for navigation. For example http://xyz.de/index.php?site=home.
Is there any way to realize this?
This is a fairly trivial rewrite and redirect: