Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

jpmschuler/typo3-staticpathrouteresolver

Repository files navigation

TYPO3 extension staticpathrouteresolver Latest TER version Latest Packagist version Total downloads

Supported TYPO3 versions Supported PHP versions Current CI health

Deprecated: part of core since TYPO3 13

There is a core feature now doing the same, with slightly different syntax:

https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/13.3/Feature-101472-AllowStaticRoutesToAssets.html

EXT:staticpathrouteresolver

Site config static routes which support EXT: path prefix to e.g. allow per-site redirect of /favicon.ico or /robots.txt with

  • TYPO3 11LTS using typo3/cms-composer-installers v4.0.0RC1 or with
  • TYPO3 12LTS

Installation

Either install

How to use

Either configure the static routes in the site backend module or in your site config.yml, use

routes:
  -
    route: favicon.ico
    path: 'EXT:mysitepackage/Resources/Public/Icons/favicon.ico'

The core handler will ignore all routes without a specified type, we use that to not let core throw exceptions or interact on that config.

URL
Repository: https://github.com/jpmschuler/typo3-staticpathrouteresolver
TER: https://extensions.typo3.org/extension/staticpathrouteresolver
Packagist: https://packagist.org/packages/jpmschuler/staticpathrouteresolver

About

TYPO3 EXT:staticpathrouteresolver

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors 2

  •  
  •  

Languages