Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
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