Hi, We need to redirect old miva generated dynamic url's to new static html pages.
Miva said this code would work, but it doesn't.
RewriteCond %{QUERY_STRING} ^Screen=CTGY&Category_Code=Spirit-Shop$ [NC]
RewriteRule ^(.*)$ http://www.spiritaccessories.com/sto...r-apparel.html [R=301,L]
This is the dynamic url we want to redirect: http://www.spiritaccessories.com/Mer...de=Spirit-Shop
This is the static html page where we want that redirect to go: http://www.spiritaccessories.com/sto...r-apparel.html
Please help!! We have several hundred links that need to be redirected in order to help our SEO rankings.
Thank you,
Joshua
Miva said this code would work, but it doesn't.
RewriteCond %{QUERY_STRING} ^Screen=CTGY&Category_Code=Spirit-Shop$ [NC]
RewriteRule ^(.*)$ http://www.spiritaccessories.com/sto...r-apparel.html [R=301,L]
This is the dynamic url we want to redirect: http://www.spiritaccessories.com/Mer...de=Spirit-Shop
This is the static html page where we want that redirect to go: http://www.spiritaccessories.com/sto...r-apparel.html
Please help!! We have several hundred links that need to be redirected in order to help our SEO rankings.
Thank you,
Joshua
Comment