Questions
-
Redirect Question
RewriteCond %{HTTP_HOST} ^subdomain.domain.com RewriteRule ^(.*)$ http://domain.com/subfolder/$1 [R=301] Something like the above rule may be what you're looking for. This would go into your .htaccess file and redirect all the subdomain urls to the new url with the sub folder. Make sure to check with your development team for any special considerations.
Technical SEO Issues | | Ray-pp0