[SOLVED] HTTPS

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

Hello,
I switched to https and I set in the bludit settings the website URL to https://...
All seems to work fine, BUT I can't login on the https page: Moreover, even if I log in on the http page, the admin site is missing of the icons; I get empty fonts instad of icons.
What do I have to do?
Last edited by maxv on Sat Jun 19, 2021 3:31 am, edited 1 time in total.
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:

Please try after deleting the browser cache.
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
maxv
Ssr. Bludit
Posts: 15
Joined: Wed Mar 11, 2020 6:05 pm

Hi,
I tried deleting cache, but I still can't log in using https page.
I also stil lhave no icons logging with http page
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 give the address of the website.
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
maxv
Ssr. Bludit
Posts: 15
Joined: Wed Mar 11, 2020 6:05 pm

this is the address: https://www.rometec.it/bludit/
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:

This could be caused by a file .htaccess in the main directory. Is there one, and if yes, what is its content?
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
maxv
Ssr. Bludit
Posts: 15
Joined: Wed Mar 11, 2020 6:05 pm

This is .httacces:

Code: Select all

AddDefaultCharset UTF-8

<IfModule mod_rewrite.c>

# Enable rewrite rules
RewriteEngine on

# Base directory
#RewriteBase /

# Deny direct access to the next directories
RewriteRule ^bl-content/(databases|workspaces|pages|tmp)/.*$ - [R=404,L]

# All URL process by index.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php [PT,L]

</IfModule>
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:

This is the .htaccess of Bludit.

I mean the .htaccess in the directory www.rometec.it (not www.rometec.it/bludit/),
.
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
maxv
Ssr. Bludit
Posts: 15
Joined: Wed Mar 11, 2020 6:05 pm

the .htaccess file of www.rometec.it is empty
User avatar
arakel2
Ssr. Bludit
Posts: 24
Joined: Sun Mar 28, 2021 11:14 am
Has thanked: 1 time

Hi maxv,

very strange. Could you double check, if in /bl-content/databases/site.php is written:
"url":"https:\/\/www.rometec.it\/bludit"
and not:
"url":"http:\/\/www.rometec.it\/bludit"

BTW: Something is forwarding the url "rometec.it" to "/www.rometec.it/gpEasy/", why is this?
Are you sure that there is no .htaccess?
Post Reply