Jump to content

Recommended Posts

Posted

I have a user who sent me a note that I should force users automatically use SSL. He mentions that this might be done in the core settings of Invision and where I see http://, add the s to make it https://

I don't know where to do this or if it's something I should do.

Any assistance would be great. Thanks!

Posted
14 minutes ago, Happy go Lucky said:

I have a user who sent me a note that I should force users automatically use SSL. He mentions that this might be done in the core settings of Invision and where I see http://, add the s to make it https://

I don't know where to do this or if it's something I should do.

Any assistance would be great. Thanks!

Try this:
Add to your htaccess file

<IfModule mod_headers.c>
 Header set Strict-Transport-Security "max-age=31536000; includeSubDomains; preload" env=HTTPS
 </IfModule>

 

Posted
3 minutes ago, Adlago said:

Try this:
Add to your htaccess file

<IfModule mod_headers.c>
 Header set Strict-Transport-Security "max-age=31536000; includeSubDomains; preload" env=HTTPS
 </IfModule>

 

Not sure where that htaccess file is.

Posted

Ummm. Ok. I don't know where the root directory is. My apologies. My tech background for this is zero.

I'm at the dashboard screen where it has Overview, Site Features, Settings, etc. down the left hand side.

Posted
5 minutes ago, Happy go Lucky said:

Ummm. Ok. I don't know where the root directory is. My apologies. My tech background for this is zero.

I'm at the dashboard screen where it has Overview, Site Features, Settings, etc. down the left hand side.

What host are you using? If your site is in the cloud - wait to be advised by the IPS.
If your host is self - you should be an installer, or ask an your installer for a root directory.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...