I have searched and read forums but remain stuck.
Example:
Old URL: http://primewines.com/product_detail.aspx?pid=3487
New http://myprimewines.com/3487.php
Any help would be appreciated.
# Helicon Ape version 3.0.0.69
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI}?%{QUERY_STRING} ^/product_detail\.aspx\?pid=2577 [NC]
RewriteRule .* myprimewine.com/2577.php [L,R=301]
Example:
Old URL: http://primewines.com/product_detail.aspx?pid=3487
New http://myprimewines.com/3487.php
Any help would be appreciated.
# Helicon Ape version 3.0.0.69
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI}?%{QUERY_STRING} ^/product_detail\.aspx\?pid=2577 [NC]
RewriteRule .* myprimewine.com/2577.php [L,R=301]
Comment