An open API service indexing awesome lists of open source software.

https://github.com/in2code-de/in2altroute


https://github.com/in2code-de/in2altroute

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# in2altroute

## About

in2altroute is an alternative TYPO3 site identifier middleware that allows for multiple domains without language slug.
Assuming following site configuration (the hierarchie is not relevant. Only the `Full URL prefix` does matter)

![site configuration](Documentation/_img/site_config.png)

And the following page tree:

![page tree](Documentation/_img/pagetree.png)

You can have URLs without language slugs. To make these URLs work TYPO3 needs to know which site configuration is the right one.
This package will identify the site based on the page slug.

## Configuration

No config, just install.

## Limitations

* You are able to have mutliple pages with the same slug, but only the first one found will be used.
* (Ergo) You can have only one root page. The other language version must have a slug.
+ Probably even more. No warranty here that this will do the job correctly.