Search found 15 matches

by maxv
Fri Mar 25, 2022 12:59 pm
Forum: Show your Bludit-Website!
Topic: News blog
Replies: 0
Views: 9402

News blog

We needed a news blog part for our website, so bludit without database is an excellent solution, just upload and it's ready to use:
https://www.rometec.it/bludit/

It's a great tool.
by maxv
Sat Jun 19, 2021 3:31 am
Forum: General
Topic: [SOLVED] HTTPS
Replies: 15
Views: 9986

Re: [SOLVED] HTTPS

You solved the issue! (and get a new patreon...)
by maxv
Fri Jun 11, 2021 3:42 pm
Forum: General
Topic: [SOLVED] HTTPS
Replies: 15
Views: 9986

Re: HTTPS

I tried,
with RewriteBase / doesn't work at all
with RewriteBase /bludit/ same issues. :cry:
by maxv
Wed Jun 09, 2021 10:21 am
Forum: General
Topic: [SOLVED] HTTPS
Replies: 15
Views: 9986

Re: HTTPS

/bl-content/databases/site.php seems correct, it contains: <?php defined('BLUDIT') or die('Bludit CMS.'); ?> {"title":"Novit\u00e0","slogan":"","description":"Novit\u00e0 dei prodotti venduti da Rometec srl","footer":""...
by maxv
Tue Jun 01, 2021 2:19 pm
Forum: General
Topic: [SOLVED] HTTPS
Replies: 15
Views: 9986

Re: HTTPS

the .htaccess file of www.rometec.it is empty
by maxv
Tue May 25, 2021 12:56 pm
Forum: General
Topic: [SOLVED] HTTPS
Replies: 15
Views: 9986

Re: HTTPS

This is .httacces: 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...
by maxv
Thu May 20, 2021 10:08 pm
Forum: General
Topic: [SOLVED] HTTPS
Replies: 15
Views: 9986

Re: HTTPS

this is the address: https://www.rometec.it/bludit/
by maxv
Wed May 12, 2021 6:12 pm
Forum: General
Topic: [SOLVED] HTTPS
Replies: 15
Views: 9986

Re: HTTPS

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
by maxv
Tue May 11, 2021 3:56 pm
Forum: General
Topic: [SOLVED] HTTPS
Replies: 15
Views: 9986

[SOLVED] HTTPS

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: If I use the old page http://website/admin, it works If I use the new page https://website/admin, I always get bad password Moreover, even if I log ...
by maxv
Mon Jun 15, 2020 9:39 pm
Forum: Themes
Topic: Bleakaton theme, title image
Replies: 2
Views: 1927

Re: Bleakaton theme, title image

Ok, solved. Just to change the file: bludit/bl-themes/blekathlon/css/style.min.css

open it and change the .entry-header-bg line to:

Code: Select all

.entry-header-bg{background-color:white;background-size:contain;background-repeat: no-repeat;background-position:center;height:270px;position:relative}