Skip to main navigation Skip to main content Skip to page footer

Human readable URLs

Slug configuration (TYPO3 9.5 upwards)

routeEnhancers:
    PageTypeSuffix:
        type: PageType
        map:
            double-optin-download.json: 1537207713
    DoubleOptinDownloadPlugin:
        type: Extbase
        limitToPages:
            - 137
        extension: DoubleOptinDownload
        plugin: Downloads
        routes:
            # The ordering is important!
            - { routePath: '/{download_hash}', _controller: 'Download::displayDownloads', _arguments: { 'download_hash': 'hash' } }
        defaultController: 'Download::displayDownloads'
        requirements:
            newsletter_hash: '^[a-zA-Z0-9]{32}$'
Documentation

TYPO3 Double Optin Download

The Double-Optin-Download extension allows you to setup your downloads so that visitors fill out an inquiry form and then get a download link via email. They can download the files using the link exactly once.

Menu