- To apply SSL on your Worksuite installation you will need properly working SSL certificate installed on your server
- In .env file set REDIRECT_HTTPS=true
- If you want to force it you will need to add suitable htaccess code to fit for your needs.
You can try this one and should work good:
RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article