Administration

Installation

Install the extension via extension manager.

Once installed the extension is already active. By default the 404 Page is a simple pure HTML template, that includes a title and a message with almost no styles.

Hint

As of TYPO3 version 9, the new Site Configuration is in place. In the errorHandling section, make sure, there are no handlers registered for errorCode values 404 and 403. Because they would supersede this extension.

Important

If your default website language is not english, configure your default language code in the extension manager.

Suggestions

Available markers

In template files or in fetched pages, several markers will be replaced before outputting:

Marker

###TITLE###

Description

page_title from locallang_404.xml

Marker

###MESSAGE###

Description

page_message from locallang_404.xml

Marker

###REASON_TITLE###

Description

reason_title from locallang_404.xml

Marker

###REASON###

Description

From TYPO3 (autofilled)

Marker

###CURRENT_URL_TITLE###

Description

current_url_title from locallang_404.xml

Marker

###CURRENT_URL###

Description

From TYPO3 (autofilled)