One of my sites I want to redirect to another domain.
Situation:
[old] * .example.com [new] * .example.net
now i have it in my htaccess
#RewriteCond %{HTTP_HOST} ^(.*).allwebsitestats.com [NC]
The result of this:
The query [old] * .example.com leads to [new] .example.net, the problem is that it does not receive a substitution subdomain with it.
Thank you!
Regards, Nick
source share