Elxis CMS Forum

Support => General => Topic started by: xmanhattan on May 31, 2018, 09:27:00

Title: ssl and htaccess
Post by: xmanhattan on May 31, 2018, 09:27:00
Hello all,

Elxis 4.6 Stable [Phaethon] rev1958

I have added ssl for a client and changed the configuration security setting SSL switch to public area and administration but the web site does not rewrite http to https.

Should I change in configuration general URL address* to https://www.example.com

Do I have to add any RewriteCond and RewriteRule to htaccess?

Finally, I hope, does module elastic slider have to be modified for the link of the images?

Title: Re: ssl and htaccess
Post by: webgift on May 31, 2018, 13:13:57
I have added ssl for a client and changed the configuration security setting SSL switch to public area and administration but the web site does not rewrite http to https.

Should I change in configuration general URL address* to https://www.example.com (https://www.example.com)

Hello! Yes! You have to change the $URL.

Do I have to add any RewriteCond and RewriteRule to htaccess?

There is no need to.

Finally, I hope, does module elastic slider have to be modified for the link of the images?

It gets the secureBase! Don't worry!
Title: Re: ssl and htaccess
Post by: xmanhattan on June 01, 2018, 09:14:56
Thank you webgift!!!