Page 1 of 2

[SOLVED] HTTPS

Posted: Tue May 11, 2021 3:56 pm
by maxv
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?

Re: HTTPS

Posted: Tue May 11, 2021 6:13 pm
by Edi
Please try after deleting the browser cache.

Re: HTTPS

Posted: Wed May 12, 2021 6:12 pm
by maxv
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

Re: HTTPS

Posted: Wed May 12, 2021 6:46 pm
by Edi
Can you please give the address of the website.

Re: HTTPS

Posted: Thu May 20, 2021 10:08 pm
by maxv
this is the address: https://www.rometec.it/bludit/

Re: HTTPS

Posted: Thu May 20, 2021 10:40 pm
by Edi
This could be caused by a file .htaccess in the main directory. Is there one, and if yes, what is its content?

Re: HTTPS

Posted: Tue May 25, 2021 12:56 pm
by maxv
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>

Re: HTTPS

Posted: Fri May 28, 2021 5:37 pm
by Edi
This is the .htaccess of Bludit.

I mean the .htaccess in the directory www.rometec.it (not www.rometec.it/bludit/),
.

Re: HTTPS

Posted: Tue Jun 01, 2021 2:19 pm
by maxv
the .htaccess file of www.rometec.it is empty

Re: HTTPS

Posted: Tue Jun 01, 2021 9:41 pm
by arakel2
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?