Site Tools


Hotfix release available: 2025-05-14b "Librarian". upgrade now! [56.2] (what's this?)
Hotfix release available: 2025-05-14a "Librarian". upgrade now! [56.1] (what's this?)
New release available: 2025-05-14 "Librarian". upgrade now! [56] (what's this?)
Hotfix release available: 2024-02-06b "Kaos". upgrade now! [55.2] (what's this?)
Hotfix release available: 2024-02-06a "Kaos". upgrade now! [55.1] (what's this?)
New release available: 2024-02-06 "Kaos". upgrade now! [55] (what's this?)
Hotfix release available: 2023-04-04b "Jack Jackrum". upgrade now! [54.2] (what's this?)
code-schnipsel:typo3:baseurl

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
code-schnipsel:typo3:baseurl [2016/09/29 08:27] – angelegt tietzcode-schnipsel:typo3:baseurl [2024/01/05 13:07] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== baseUrl nach Domain ======
  
 +So setzt man die baseUrl anhand von PHP Umgebungsvariablen setzen:\\
 +
 +
 +<code>[globalString = ENV:HTTP_HOST = lavagemdepecas.com.br]
 +config.baseURL = http://lavagemdepecas.com.br/
 +[global]
 +
 +[globalString = ENV:HTTP_HOST = durr.tema-hosting.de]
 +config.baseURL = http://durr.tema-hosting.de/
 +[global]</code>