From 4f2989f6c4c491aa6ad28d7f56ace49239fdd6ac Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Thu, 7 Nov 2024 09:44:57 +0100 Subject: [PATCH] [TASK] Add link to felogin error redirect handler --- .../SiteHandling/ErrorHandling/WriteCustomErrorHandler.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/ApiOverview/SiteHandling/ErrorHandling/WriteCustomErrorHandler.rst b/Documentation/ApiOverview/SiteHandling/ErrorHandling/WriteCustomErrorHandler.rst index d09b910b9d..ca869e4bb8 100644 --- a/Documentation/ApiOverview/SiteHandling/ErrorHandling/WriteCustomErrorHandler.rst +++ b/Documentation/ApiOverview/SiteHandling/ErrorHandling/WriteCustomErrorHandler.rst @@ -44,6 +44,10 @@ For an example implementation of the :php:`PageErrorHandlerInterface`, take a look at :t3src:`core/Classes/Error/PageErrorHandler/PageContentErrorHandler.php` or :t3src:`core/Classes/Error/PageErrorHandler/FluidPageErrorHandler.php`. +For a custom 403 error handler with redirect to a login form, please see +:ref:`Custom error handler implementation for 403 redirects +`. + Properties ==========