(no commit message)
[paste/442.git] / README.rst
1 Christian Weiske: How do you guys use sys_domain records in combination with contexts (production/testing/development)? The first domain record is used for preview links in the backend, no matter what context I'm in.\r
2 \r
3 Mathias Schreiber: we used to rewrite PHP superglobals. So the domains would be like this:\r
4 www.bitburger.de.preview.wmdb.de\r
5 \r
6 Christian Weiske: mathias.schreiber: as in "overwrite $_SERVER[HTTP_HOST]"?\r
7 \r
8 Mathias Schreiber: jup...\r
9 \r
10 Chris Wolff: @cweiske we use a "SQL statement" as part of the deployment which replaces the "original domain" intio the testing domain\r
11 \r
12 https://forge.typo3.org/issues/81269