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
0 Beav Posted November 16, 2017 Report Posted November 16, 2017 On 11/16/2017 at 1:06 AM, KrisA said: hi how can i change all the links in blesta from normal http to https so by default it loads https Expand 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
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
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now