I’m sorry, it’s wordpress multisite.
i have old domain with wordpress multi site, i want to move it to new domain.
i’m using this code to redirect
RewriteCond %{HTTP_HOST} ^old\.com$ [OR]
RewriteRule ^(.*)$ “http\:\/\/new\.net\/$1” [R=301,L]
but that doesn’t work for its subdomain.