---
title: "Deprecation: #68183 - typo3/mod.php"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-68183"
source: "Changelog/7.4/Deprecation-68183-Typo3modphp.rst"
typo3-version: "7.4"
typo3-major: 7
type: "deprecation"
issue: 68183
forge: "https://forge.typo3.org/issues/68183"
tags: ["PHP-API", "Backend"]
rendered: "2026-09-18T10:44:28+00:00"
---

# Deprecation: #68183 - typo3/mod.php {#deprecation-68183}

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

## Description {#description}

The mod.php entry-point has been marked as deprecated. All Backend Module requests in the Backend using the Module Url API are
not affected as they automatically use index.php.

## Impact {#impact}

All extensions directly linking to typo3/mod.php will throw a deprecation warning.

## Affected Installations {#affected-installations}

Installations with custom extensions that call typo3/mod.php without using proper API calls from `BackendUtility`.

## Migration {#migration}

Use `BackendUtility::getModuleUrl()`.
