• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

Some info for v3.10.6

Nirjonadda

💖 Chevereto Fan
I am updated v3.10.6 but not found some option. Please let me know that where I can find out the option. Also why not changed background image with this update?

Added settings hack to force HTTPS?
Added option to disable explorer for guests?

Also I am disabled "Explore" in website setting but still are showing Explore button.
 
How exactly does the https hack work? I'm asking cause I still haven't switched over to https, but am planning to next week. Thanks in advance, Rodolfo.
 
I'm not sure yet how this is in 3.10.6 but you can always use the .htaccess file to enforce https

Code:
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
 
I'm not sure yet how this is in 3.10.6 but you can always use the .htaccess file to enforce https

Code:
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
That's universal (via htaccess) and the right way to do it.

What I added was a php forced https for those that don't bind https to php (don't ask, some do that).
 
Back
Top