Jump to content
  • 0

change http to https


Question

1 answer to this question

Recommended Posts

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...