Quantcast
Channel: BulletProof Security Forum » All Posts
Viewing all articles
Browse latest Browse all 12461

Reply To: htaccess Redirect Code – Where Do I Add Redirect htaccess Code

$
0
0

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.)

  • This reply was modified 9 hours, 24 minutes ago by Profile photo of AITpro Admin AITpro Admin.

Viewing all articles
Browse latest Browse all 12461

Trending Articles