Forum Moderators: phranque
Redirect 301 ^/submap/submap/edd.php?op=view&id=(.*)$ http://www.domain.com/submapsubmap/view.php?item_id=$1
RewriteCond ${REQUEST_URI} ^/submap/submap/edd.php?op=view&id=(.*)$
RewriteRule .* http://www.domain.com/submap/submap/view.php?item_id=%1 [R=301,L]
RewriteCond %{QUERY_STRING} ^op=view&id=(.*)$
RewriteRule ^/submap/submap/edd\.php$ http://www.domain.com/submap/submap/view.php?item_id=%1 [R=301,L]