[Flow] HTTPs

David Sporer david.sporer at gmail.com
Mon Jun 16 09:53:50 CEST 2014


Hi Timo,

I'm redirecting like this:
# Enable URL rewriting
RewriteEngine On
 # Redirect to https
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://your.domain.de/$1 [R,L]

Best Regards
David


2014-06-15 22:24 GMT+02:00 Timo Poppinga <poppinga at iljansoft.de>:

> Hi,
>
> does someone has an .htaccess config for typo3 flow with an redirect to
> https if not used?
>
> thx
>
>
>
>
>
>
>
>
>
> _______________________________________________
> Flow mailing list
> Flow at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/flow
>


More information about the Flow mailing list