• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

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