[TYPO3-german] Benutzer auf https umleiten - mixed content verhindern

Yvon Folz yvon.folz at gmail.com
Wed Sep 4 12:53:33 CEST 2013


Hallo Liste,

ich betreue eine Typo3 Präsenz. Gestern habe ich SSL auf unserem Server
eingerichtet. Jetzt müsste ich um "mixed content" zu verhindern alle
Aufrufe die über https kommen von http auf https umleiten.

Hoffe ich habe mich verständlich ausgedrückt. Meine .htaccess sieht
folgendermaßen aus:

php_value unserialize_callback_func '__autoload'

RewriteCond %{HTTP_HOST} !^www\.DOMAIN\.com [NC]
RewriteCond %{HTTP_HOST} !^$
RewriteRule ^(.*) http://www.DOMAIN.com/$1 [L,R=301]

RewriteEngine On
RewriteRule
^(typo3|t3lib|tslib|fileadmin|typo3conf|typo3temp|uploads|showpic\.php|favicon\.ico|awstats|stats|cgi-bin|robots\.txt)/
- [L]
RewriteRule ^typo3$ typo3/index_re.php [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule .* index.php [L]

Jemand eine Idee, oder muss ich im realurl etwas schrauben?

Gruß Yvon


More information about the TYPO3-german mailing list