使用 Apache 的复杂重定向

Complex redirect with Apache

我如何重定向

和其他不同的子域分别到

在 Apache 中? 这是 site.com 方便链接缩短的需要。 提前致谢。

我不明白,但它有效。

RewriteEngine on

RewriteCond %{HTTP_HOST} ^([\w\d]+)\.osite\.ru$
RewriteRule ^(.*)$ http://so.kr/index.php?url=http://%1.site.ru [NC,L,QSA]