plugin.tx_https_pi1 { unsecure_typo3_root = {$https.unsecure_typo3_root} secure_typo3_root = {$https.secure_typo3_root} require_ssl = {$https.require_ssl} disable_https_for_be_user = {$https.disable_https_for_be_user} ssl_proxy = {$https.ssl_proxy} always_allow_SSL = {$https.always_allow_SSL} sslPort = {$https.sslPort} force_https_when_backend_secured = {$https.force_https_when_backend_secured} } plugin.https.default = {$https.default} plugin.https.load_balancer = {$https.load_balancer} plugin.https.force_links = {$https.force_links} ##PLACE THIS CODE AT THE END OF YOUR TEMPLATE #[globalVar = TSFE:page|tx_https_is_https = 1] # # #baseurl # config.baseURL = https://www.the-domain-youre-using.com # #put the plugin to the page # page.5000 < plugin.tx_https_pi1 #[global]