diff options
Diffstat (limited to 'files/ja')
-rw-r--r-- | files/ja/web/http/redirections/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/http/redirections/index.html b/files/ja/web/http/redirections/index.html index 2e887b8cae..d3f9637afd 100644 --- a/files/ja/web/http/redirections/index.html +++ b/files/ja/web/http/redirections/index.html @@ -274,7 +274,7 @@ rewrite ^/images/(.*)$ https://images.example.com/$1 permanent; <p>時々、サーバーがリダイレクトループを検出しないことがあります。それぞれのサーバーでは全貌を把握できない、複数のサーバーにわたるリダイレクトループがあり得ます。この場合はブラウザーがループを検出して、エラーメッセージを表示するでしょう。Firefox では以下のメッセージを表示します。</p> <blockquote> -<p class="bz_comment_text" id="comment_text_0">このアドレスへのリクエストに対するサーバの自動転送設定がループしています。</p> +<p class="bz_comment_text" id="comment_text_0">このアドレスへのリクエストに対するサーバーの自動転送設定がループしています。</p> </blockquote> <p>Chrome では以下のように表示されます。</p> |