Skip to content

Commit

Permalink
New translations errorpages.md (Japanese)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud4d committed Oct 29, 2024
1 parent 7a17ee3 commit 1ae20d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ HTTPエラーステータスコードの完全な詳細については、[HTTP

- カスタムページを "\{statusCode\}.html" (例: "404.html") という名前にします。

一つのステータスコードにつき、一つのエラーページを定義することができるほか、"\{number\}xx.html" と名前をつけることで複数のエラーに汎用的なエラーページを定義することもできます。 たとえば、クライアントエラー全般に対するページとして、"4xx.html" というファイルを作成できます。 4D Web Server は最初に \{statusCode\}.html のページを探し、それが存在しない場合には汎用的なページを探します。
一つのステータスコードにつき、一つのエラーページを定義することができるほか、"{number}xx.html" と名前をつけることで複数のエラーに汎用的なエラーページを定義することもできます。 たとえば、クライアントエラー全般に対するページとして、"4xx.html" というファイルを作成できます。 4D Web Server は最初に \{statusCode\}.html のページを探し、それが存在しない場合には汎用的なページを探します。

たとえば、HTTPレスポンスがステータスコード 404 を返す場合:

Expand Down

0 comments on commit 1ae20d9

Please sign in to comment.