---
title: "Short URLs"
manual: "Tutorial for Editors"
version: "main"
permalink: "https://docs.typo3.org/permalink/t3editors:short-urls@main"
source: "LinkManagement/ShortURLs/Index.rst"
modified: "2026-09-15T07:05:35+00:00"
---

# Short URLs

Short URLs are a simple and convenient way to share short or "tiny" URLs that point back to Pages in your TYPO3 installation.

Short URLs can point to files such as documents or redirect to external URLs.

## Scenario - shortening a long URL

You want to share a link to your profile page found on your company website, however the URL itself is very long.

With Short URLs you can generate a simple URL that can be shared easily. They can also be
repurposed at a later date and can point to a completely new page or resource.

## Creating a short URL

From the Link Management module, select **Short URLs** followed by **Add Short URL** or **Create a new Short URL**.

![Screenshot of the Add Short URL button found within the Short URL submodule](../../Images/ManualScreenshots/LinkManagement/ShortURLCreate.png)

### General tab

![Screenshot of the General Tab found inside Add Short URL.](../../Images/ManualScreenshots/LinkManagement/ShortURLGeneral.png)

**Short URL**: Select the domain you wish to link to the Short URL. If you only have one site in your installation, there will be only one option to choose from. Then use
the dice icon to generate a random string of text. Note, you can also manually set the Short URL - however this is not recommended.

**Target**: Specify which page in the **Page Tree** your Short URL will point to. It is also possible to link to Files stored in TYPO3 and also point to external URLs.

**Force SSL Redirect**: Force all requests to be served via https.

### Access tab

![Screenshot of the Access Tab found inside Add Short URL.](../../Images/ManualScreenshots/LinkManagement/ShortURLAccess.png)

**Enabled**: Toggle the Short URL on and off.

**Publish Date**: Set a publish date for when you want the Short URL to become active.

**Expiration Date**: Set an expiration date for when you want the Short URL to be no longer active.

### Notes tab

![Screenshot of the Notes Tab found inside Add Short URL.](../../Images/ManualScreenshots/LinkManagement/ShortURLNotes.png)

Add an internal note that other backend users can view.

## Edit an existing short URL

![Screenshot of the Short URL Management Screen](../../Images/ManualScreenshots/LinkManagement/ShortURLEdit.png)

**Copy Short URL**: Copy the Short URL to clipboard.

**Edit Icon**: Edit the Short URL.

**Hide**: Enable or disable the Short URL without deleting it.

**Delete**: Delete the Short URL.

**View redirect**: View and test the Short URL.
