特定のフォルダーが指定されていない場合にのみ、mod_rewrite を実行して別のサブドメインにリダイレクトするにはどうすればよいですか? 例えば:
- test.example.com --> redirect.example.com
- test.example.com/~user/* -- リダイレクトなし
- test.example.com/dir/ --> redirect.example.com
これまでのところ、
ReWriteCond %{HTTP_HOST} =test.example.com [NC]
ReWriteRule ^ http://redirect.example.com [L,R]
ユーザーディレクトリに使用する条件がわからない