Есть домен test.site.com нужно сделать 301 редирект на site.com/test
Вариант
RewriteCond %{HTTP_HOST} ^test.site.com$ [NC]
RewriteRule ^(.*)$
site.com/test$1 [R=301,L]
Не работает.
Точно так же. как и
RewriteCond %{HTTP_HOST} ^category\.example\.com [OR]
RewriteCond %{HTTP_HOST} ^category\.example\.com
RewriteRule ^(.*)$
example.com/category/$1 [L,R=301]
Какие есть еще варианы?
Основной сайт на джумле, поддомены html