---
title: "Breaking: #96522 - config.disablePageExternalUrl removed"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-96522"
source: "Changelog/12.0/Breaking-96522-ConfigdisablePageExternalUrlRemoved.rst"
typo3-version: "12.0"
typo3-major: 12
type: "breaking"
issue: 96522
forge: "https://forge.typo3.org/issues/96522"
tags: ["Frontend", "TypoScript", "NotScanned", "ext:frontend"]
rendered: "2026-09-20T18:31:11+00:00"
---

# Breaking: #96522 - config.disablePageExternalUrl removed {#breaking-96522}

See [forge#96522](https://forge.typo3.org/issues/96522)

## Description {#description}

The TypoScript setting `config.disablePageExternalUrl` has been removed.

In previous versions, it allowed to have third-party extensions such as
"jumpurl" handle the redirect, and/or do tracking like extensions "sys_stat"
did back in 2006. TYPO3 Core did not do a redirect itself then when this
option was activated.

## Impact {#impact}

This option is removed, meaning that TYPO3 Core will always handle a deep link
to a page with an external URL as a redirect, which has been the default
behaviour for TYPO3 installations anyways.

## Affected Installations {#affected-installations}

TYPO3 installations explicitly setting this option, which is highly unlikely,
as modern solutions - even jumpurl - use middlewares already since TYPO3 v9.

## Migration {#migration}

Migrate to a PSR-15 middleware in your own extension to mimic the same behavior,
if this option was actually useful for anybody in recent years.
