Project

General

Profile

T3 V10 Best Practice » History » Revision 2

Revision 1 (Enis Nuredini, 03.03.2023 08:41) → Revision 2/16 (Enis Nuredini, 03.03.2023 08:41)

h1. T3 V10 Best Practice 

 h2. Redirect BaseUrl to Home 

 It can be configured this way: 
 Example: 
 Site Management > Redirects > Add redirect 
 Source Domain = webwork20a.math.uzh.ch 
 Source Path = /medtool/dev10/ 
 Force SSL Redirect = Enabled 
 Status Code HTTP Header = 307 

 h2. Forwarding (Page not Found/Not accessible) 

 Typo3 Site Configuration: 

 
 Example: 
 Site Management > Sites > Error Handling > [errorCode] = 403 / [errorHandler] = Page / [errorContentSource] = https://webwork20a.math.uzh.ch/medtool/dev10/login 
 Specific Page must be given. Using BaseUrl doesnt work.