KrisA Posted November 16, 2017 Report Posted November 16, 2017 hi how can i change all the links in blesta from normal http to https so by default it loads https Quote
0 Beav Posted November 16, 2017 Report Posted November 16, 2017 1 hour ago, KrisA said: hi how can i change all the links in blesta from normal http to https so by default it loads https you do this in the .htaccess file in your web root # Force HTTPS RewriteCond %{HTTPS} !=on RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [R=307,NE,L] Blesta Addons 1 Quote
Question
KrisA
hi
how can i change all the links in blesta from normal http to https so by default it loads https
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.