Site handling¶
The site handling defines entry points to the frontend sites of a TYPO3 instance, their languages and routing details. This chapter walks through the features of the module and goes into API and programming details.
- Basics
- Creating a new site configuration
- Base variants
- Adding Languages
- Error handling
- Writing a custom page error handler
- Static routes
- Using environment variables in the site configuration
- Using site configuration in TypoScript
- Using site configuration in conditions
- Using site configuration in TCA
foreign_table_where
- Site settings
- CLI tools for site handling
- PHP API: accessing site configuration
- Extending site configuration