Switch to HTTPS URL After Installing to HTTP

Created by Abhinav Saraswat, Modified on Fri, 30 Aug, 2019 at 1:12 AM by Abhinav Saraswat

  1. To apply SSL on your Worksuite installation you will need properly working SSL certificate installed on your server
  2. In .env file set REDIRECT_HTTPS=true
  3. 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

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article