現在、本番サーバーでは、次のように受信ルールを設定しています。これは、すべての要件に対応するファイルです。
インバウンドのルールは以下の通りです。
Match URL section
Requested URL: Matches the Pattern
Using: Regular Expression
Pattern: (.*)
Ignore Case: checked.
Conditions section
Logical grouping: Match All.
Input: {HTTPS}
Type: Matches the Pattern
Pattern: ^OFF$
Track capture groups across conditions: unchecked.
Action section:
Action type: Redirect
Redirect URL: https://www.domainname.com/{R:0}
Append query string: checked.
Redirect Type: Permanent (301).
私の要件は次のとおりです。ユーザーが入力するとき
https://beta.domain.com it should redirect to https://www.domain.com.
ユーザーが入力した場合
http://beta.domain.com it should redirect to https://www.domain.com.
ユーザーがタイプする場合
http://www.domain.com it should redirect to https://www.domain.com
ユーザーがタイプする場合
http://domain.com it should redirect to https://www.domain.com
前もって感謝します。どんな助けでも大歓迎です。
前もって感謝します。