[TYPO3] realurl and HTTPS/SSL

Pieter pieter.v at gmx.net
Mon Jan 2 21:56:30 CET 2006


Marco Bresch wrote:
> Hi Pieter!
> I don't know what happens in your trick but what is about this solution:
> 
> [globalVar = TSFE:page|tx_httpsenforcer_force_secure = 0]
>   config.baseURL = http://domain.tld   
> [else]
>   config.baseURL = https://domain.tld
> [global]
> 

I don't know why, but I still have the same problem, the trailing slash 
was not the problem.  The typoscript goes like this:
[globalVar = TSFE:page|tx_httpsenforcer_force_secure = 0]
   config.baseURL = http://www.vivant.org/t3/
[else]
   config.baseURL = https://www.vivant.org/t3/
[global]

RealURL does not see this for some reason.   I have been clearing the 
cache, even the realurl tables (with jb_realurl_regeneration) but 
nothing works.
Is it possibel that the typoscript has to be placed before or after an 
other part of typoscript?

Regards,
Pieter



More information about the TYPO3-english mailing list