Redirect 301 /oldpost.html http://www.myblog.com/newpost.html
Redirect 301 /oldpost2.html http://www.myblog.com/newppost2.html
AddType x-mapp-php5 .php
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress