[SOLVED] HTTPS

maxv
Ssr. Bludit
Posts: 15
Joined: Wed Mar 11, 2020 6:05 pm

/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/">
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

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 /
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
maxv
Ssr. Bludit
Posts: 15
Joined: Wed Mar 11, 2020 6:05 pm

I tried,
with RewriteBase / doesn't work at all
with RewriteBase /bludit/ same issues. :cry:
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

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).
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
maxv
Ssr. Bludit
Posts: 15
Joined: Wed Mar 11, 2020 6:05 pm

You solved the issue! (and get a new patreon...)
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

Thank you very much for the support!
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
Post Reply