این کد رو توی htaccess. قرار بده:
کد:
RewriteCond %{HTTP_HOST} !^subdomain\.example\.com$ [NC]
RewriteRule ^(.*) http://subdomain.example.com/$1 [QSA,L,R=301]