Advertisement
Guest User

Untitled

a guest
May 15th, 2013
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. [PIDinRootline = 123]
  2. config.baseURL = https://www.example.com/
  3. [global]
  4.  
  5. [globalString = ENV:HTTP_HOST=ssl.example.com]
  6. config.baseURL = https://ssl.example.com/
  7. [global]
  8.  
  9. [globalString = _SERVER|HTTPS=on]
  10. config.baseURL = https://ssl.example.com/
  11. [global]
  12.  
  13. [globalString = ENV:TYPO3_SSL=1]
  14. config.baseURL = https://ssl.example.com/
  15. [global]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement