Questions
-
Redirection
Hi there, The URL structure will remain the same? If so, in the .htaccess file of the subdomain, you should add the following after the RewriteEngine On: RewriteEngineOn RewriteCond%{HTTP_HOST}^shop.domain.co.uk$[NC] RewriteRule(.*)https://www.domain.co.uk/$1 [R=301,L] this should do the trick to redirect https://shop.domain.co.uk/product-category/great-merchandise/?product_order=desc to https://www.domain.co.uk/product-category/great-merchandise/?product_order=desc I hope this helped
Moz Tools | | Keszi0