Page 2 of 2

Re: HTTPS

Posted: Wed Jun 09, 2021 10:21 am
by maxv
/bl-content/databases/site.php seems correct, it contains:

Code: Select all

<?php defined('BLUDIT') or die('Bludit CMS.'); ?>
{"title":"Novit\u00e0","slogan":"","description":"Novit\u00e0 dei prodotti venduti da Rometec srl","footer":"","itemsPerPage":6,"language":"it_IT","locale":"it_IT","timezone":"Europe\/Rome","theme":"blekathlonMax","adminTheme":"booty","homepage":"","pageNotFound":"","uriPage":"\/","uriTag":"\/tag\/","uriCategory":"\/category\/","uriBlog":"","url":"https:\/\/www.rometec.it\/bludit\/","emailFrom":"info@rometec.it","orderBy":"date","currentBuild":20200728,"twitter":"https:\/\/twitter.com\/rometec1","facebook":"https:\/\/www.facebook.com\/rometecsrl\/","codepen":"","github":"","instagram":"https:\/\/www.instagram.com\/rometec_srl","gitlab":"","linkedin":"https:\/\/www.linkedin.com\/company\/rometec-srl","dateFormat":"j F Y","extremeFriendly":true,"autosaveInterval":2,"titleFormatHomepage":"{{site-slogan}} | {{site-title}}","titleFormatPages":"{{page-title}} | {{site-title}}","titleFormatCategory":"{{category-name}} | {{site-title}}","titleFormatTag":"{{tag-name}} | {{site-title}}","imageRestrict":true,"imageRelativeToAbsolute":false,"mastodon":"","dribbble":"","thumbnailWidth":400,"thumbnailHeight":400,"thumbnailQuality":100,"markdownParser":false,"customFields":"[]","logo":"","vk":""}
And the redirect is due to this file www.rometec.it/index.html:

Code: Select all

<meta http-equiv="refresh" content="0;URL=https://www.rometec.it/gpEasy/">

Re: HTTPS

Posted: Wed Jun 09, 2021 11:08 am
by Edi
Can you please modify the file .htaccess and try with

Code: Select all

# Base directory
RewriteBase /
or

Code: Select all

# Base directory
RewriteBase /bludit/
instead of

Code: Select all

# Base directory
# RewriteBase /

Re: HTTPS

Posted: Fri Jun 11, 2021 3:42 pm
by maxv
I tried,
with RewriteBase / doesn't work at all
with RewriteBase /bludit/ same issues. :cry:

Re: HTTPS

Posted: Sat Jun 12, 2021 12:13 pm
by Edi
The cookies are set to the wrong domain http://www.rometec.it instead of https://www.rometec.it.

Please fix the mixed content (script for Open Web Analytics).

Re: [SOLVED] HTTPS

Posted: Sat Jun 19, 2021 3:31 am
by maxv
You solved the issue! (and get a new patreon...)

Re: [SOLVED] HTTPS

Posted: Sat Jun 19, 2021 12:20 pm
by Edi
Thank you very much for the support!