---
title: "Breaking: #63110 - alt_doc_nodoc.php removed"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-63110"
source: "Changelog/7.0/Breaking-63110-AltDocNoDoc-Removed.rst"
typo3-version: "7.0"
typo3-major: 7
type: "breaking"
issue: 63110
forge: "https://forge.typo3.org/issues/63110"
tags: ["PHP-API", "Backend"]
rendered: "2026-09-20T18:31:11+00:00"
---

# Breaking: #63110 - alt_doc_nodoc.php removed {#breaking-63110}

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

## Description {#description}

Script entry point typo3/alt_doc_nodoc.php and NoDocumentsOpenController class are removed without substitution.

## Impact {#impact}

A script pointing to this file resource will trigger a 404 server response and a script instantiating the class will cause a fatal error.

## Affected installations {#affected-installations}

An extension needs to be adapted in the unlikely case that it uses this code.

## Migration {#migration}

Redirecting to typo3/dummy.php instead.
