RewriteEngine On RewriteCond %{HTTP_HOST} ^site.com$ [NC] RewriteRule ^shop/(.*)$ http://site.com/newkey/$1 [R=301,L]
RewriteEngine On RewriteCond %{HTTP_HOST} ^(www.|)site.com$ [NC] RewriteRule ^shop/(.*)$ http://site.com/newkey/$1 [R=301,L]