• 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

Redirect to https

use this in your htaccess

Code:
RewriteEngine On
RewriteCond %{HTTPS} !on
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
 
Thank you for reply. This is solution of course, but I want access some sites with http also.
I think this redirect all the web.
And what about half ssl, like cloudflare - ssl certificate on DNS. This works too?
 
I'm not sure if this is in scope, but it would be nice - option to redirect http requests to https

Not needed. System auto-redirect any dynamic HTTP request to HTTPS if the HTTPS protocol is supported.
 
Back
Top