[TYPO3-english] force https
Katja Lampela
katja.lampela at lieska.net
Wed Nov 23 14:52:01 CET 2016
Hi,
I try to setup a site with forcing https://address.net.
Now main part of the site is ok and loads the resources from https
address, but some typo3temp and extension css or js are loaded from
http://address.net/typo3temp or http://address.net/typo3conf/ext/...
This results warnings in many browsers.
At the moment I have this in .htaccess:
RewriteEngine On
RewriteCond %{HTTPS} !on
RewriteCond %{HTTP_HOST} address\.net$
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]
and in template setup
config.baseURL = https://address.net/
config.absRefPrefix = //
or https://address.net/
And I have installed ext https_enforcer.
Still for example tx_news and ke_search load css from http://.
How can I force everything https?
--
Kind regards,
Katja Lampela
www.lieska.net
More information about the TYPO3-english
mailing list