[TYPO3-english] SSL page call via separate SSL-URL

"Adrian Häfeli" adrian.haefeli at gmx.net
Mon Feb 6 16:30:33 CET 2012


Hello

I would like to call several pages of my TYPO3 page tree via SSL.

For that purpose, I set the option 'Use Protocol' of these pages to 'https'. The result is, that the URL of this pages is
https://www.mydomain.ch/index.php?id=<ID> instead of https://secure.netzone.ch/mydomain.ch/index.php?id=<ID>.
 
How can I configure, that the SSL pages are called via the following baseURL?: https://secure.netzone.ch/mydomain.ch/index.php?id=<ID>


Ich have the following TYPO3 Installation
-----------------------------------------

TYPO3 
Version 4.5.5

SSL 
Server https://secure.netzone.ch/mydomain.ch

TYPO Script Setup in Template

'Constants'
[globalString = IENV:TYPO3_SSL=1]
    config.baseURL = https://secure.netzone.ch/mydomain.ch/
[global] 

[globalString = ENV:HTTP_HOST=www.mydomain.ch]
    config.baseURL = http://www.mydomain.ch/
[global]
 

[globalString = ENV:HTTP_HOST=mydomain.ch]
    config.baseURL = http://mydomain.ch/
[global]


Domainrecords
www.mydomain.ch
secure.netzone.ch/mydomain.ch


Thanks and Kind Regards
Adrian
-- 
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de


More information about the TYPO3-english mailing list