自分のドメインのすべての URL をリダイレクトしたい
domain.com/urls、www.domain.com/profile/user1.html などを subdomain.domain.com/urls および subdomain.domain.com/profile/user1.html などに変換します。
しかし、domain.comとwww.domain.comをsubdomain.domain.comにリダイレクトしたくありません
htaccess経由で可能ですか?
編集:内部ページとファイルのみをリダイレクトしたい。ただし、メインの domain.com はそのまま残します。
その他の例
domain.com/page1.html to subdomain.domain.com/page1.html
www.domain.com/members/admin.html to subdomain.domain.com/members/admin.html
www.domain.com to www.domain.com (no redirection here)