Jump to content
  • 0

change http to https


Question

1 answer to this question

Recommended Posts

  • 0
Posted
  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]

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...