Hi.
How to enable https support?
i try in htaccess add this, but websit still open in http
RewriteCond %{SERVER_PORT} !^443$
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]
We've moved the forum!
Please use forum.silverstripe.org for any new questions
(announcement).
The forum archive will stick around, but will be read only.
You can also use our Slack channel
or StackOverflow to ask for help.
Check out our community overview for more options to contribute.
Hey there, you can actually enable force https in the SilverStripe configuration using the method outlined in http://www.silverstripe.org/community/forums/general-questions/show/28716
You'll also have to ensure that your server is set up to respond correctly to SSL.