• 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.

Redirect to https

maximus

Chevereto Member
I'm not sure if this is in scope, but it would be nice - option to redirect http requests 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