Vanilla open source was terminated 1 January 2025 by Higher Logic. See this announcement for more information.
HTTPS
Hello everyone.
Quick question: How do I force https with vanilla ?
Is best to modify the .htaccess file or the config one ?
Thanks
Tagged:
0
Comments
Based on that: http://vanillaforums.org/discussion/comment/224275/#Comment_224275 it should be done by adding
$Configuration['Garden']['ForceSSL'] = TRUE;
to your /conf/config.phpNot sure if that is enough or if you also have to create a RewriteRule: http://vanillaforums.org/discussion/comment/200022/#Comment_200022