HTTP Status Codes
TYPO3
Show in appDescription
HTTP status codes are part of every web project an integrator handles. In TYPO3, status codes appear in the redirect module, error page configuration, caching behaviour, and when diagnosing broken URLs or misconfigured pages. Knowing the most relevant codes and when TYPO3 generates them is essential for reliable site configuration.
Goals
- I know what HTTP status codes are.
- I know the typical 2xx success codes.
- I know the typical 3xx redirections, in particular 301, 302, and 307, including their specific characteristics.
- I know the typical 4xx client errors, in particular 403 and 404.
- I know the typical 5xx server errors found in server log files.
Maintainer
Oliver Thiele
Web Development Oliver Thiele