2 つのドメイン (VirtualHost 経由) を持つ Apache サーバーがあります。
ファイルのセットアップは次のようになります。 /example1/example2/
example1
is the root for www.example1.com
example2
is the root for www.example2.com
I would like www.example1.com/example2/<whatever else>
to redirect to www.example2.com/<whatever else>
I have access to the main Apache configuration file. これを行う方法に関するヒントはありますか?私は Apache の設定にあまり詳しくないので、どんな説明でも大歓迎です。
これに関連する他の質問には説明が欠けていたので、自分の質問を投稿する必要があると感じました.