I have already checked a lot of answers related to .htaccess redirecting, but yet I was unable to elaborate my problem:
I have an old website with blog entries addressed like this:
http://ellrohir.mzf.cz/index.php?page=blog&id=77
Now I also have a new website with "nice urls" where blog entries can be found using:
http://alois-seckar.cz/politics-blog/77
I want to "shut down" the old page and redirect any old links to new site. How to catch and transfer the old url to the new url? I still cannot figure the necessary .htaccess code up :(