lol. My bad. Seems in my attempt to clarify my issue, I sealed it with confusion. I am asking whether or not your solution of
RewriteCond %{QUERY_STRING} ^p=164$ [NC] RewriteRule ^(.*)$ http://www.example.com/new-page-or-post-url/$1? [R=301,L] RewriteCond %{QUERY_STRING} ^p=6320$ [NC] RewriteRule ^(.*)$ http://www.example.com/another-new-page-or-post-url/$1? [R=301,L] RewriteCond %{QUERY_STRING} ^p=2357$ [NC] RewriteRule ^(.*)$ http://www.example.com/some-other-new-page-or-post-url/$1? [R=301,L]
would still be applicable for my situation even though it would be going in the ‘new’ site’s htaccess rather than the ‘old’?
(I meant to end my last post with that.)