Forum Moderators: phranque
redirect 301 /directory/old1.htm http://www.example.org/new1.htm
redirect 301 /directory/old2.htm http://www.example.org/new2.htm
RewriteEngine On
RewriteRule ^/directory/old1\.htm$ new1.htm [L,R=301]
RewriteRule ^/directory/old2\.htm$ new2.htm [L,R=301]