NethServer Version: 7.4
Module: Php-SCL
Hello all,
I’m assuming a pb of mixed content with a Joomla website when I visit it in https and when I’ve set the SEF urls (url rewriting).
I don’t think the pb is from Joomla, because for exemple: I moved a production website from another server and it was working fine on the old server (debian).
I done a test on a fresh Joomla install, and I’ve still the pb.
What I done:
- set php7 for the entire server
- create a Vhost
- create certificat let’s encrypt for this vhost
- upload joomla, create database, activate htaccess and RewriteEngine is On
- chown -R apache:apache
- install joomla
- set SEF param, set “$live_site” param with “https://mydomain.com”
I have a content mixed : CSS, .js and images are not loaded because they aren’t called in SSL.
If I force the https access in joomla params, I have the error: “The page is not redirected correctly” (this message is my translation, “La page n’est pas redirigée correctement” in french).
So, I don’t know what to do now…
Can you help me please ?