[TYPO3] subdomain / https

Tomas Mrozek mail at cascaval.com
Wed Dec 12 19:16:21 CET 2007


> But I want a force to https.
> How can I achieve this, how is it possible.

If you can use mod_rewrite, use mod_rewrite to redirect users to the 
same page but via SSL.

Try something like:

RewriteCond %{HTTPS} off
RewriteRule ^.*?$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

Tomas Mrozek


More information about the TYPO3-english mailing list