Project

General

Profile

T3 V10 Best Practice » History » Version 1

Enis Nuredini, 03.03.2023 08:41

1 1 Enis Nuredini
h1. T3 V10 Best Practice
2
3
h2. Redirect BaseUrl to Home
4
5
It can be configured this way:
6
Example:
7
Site Management > Redirects > Add redirect
8
Source Domain = webwork20a.math.uzh.ch
9
Source Path = /medtool/dev10/
10
Force SSL Redirect = Enabled
11
Status Code HTTP Header = 307
12
13
h2. Forwarding (Page not Found/Not accessible)
14
15
Typo3 Site Configuration:
16
Example:
17
Site Management > Sites > Error Handling > [errorCode] = 403 / [errorHandler] = Page / [errorContentSource] = https://webwork20a.math.uzh.ch/medtool/dev10/login
18
Specific Page must be given. Using BaseUrl doesnt work.