• 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.
    • We recommend purchasing a Chevereto license to participate in this community.
    • Purchase a Community Subscription to get even faster ticket response times.

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