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:
ftp details are sent check your inbox.I need an FTP account that allows me to see the Chevereto files on your installation.
i have already signup at cloudflare check the screen shots:Regarding the CloudFlare thing, you haven't even enabled CloudFlare in that domain. https://www.cloudflare.com/ signup and follow the procedure.
What should i do for proper installation ? You said HTTPS is auto-detected. How can i fix this? please helpThen CloudFlare HTTPS is not properly installed. When you add https they add that in the request and G\ detects that and use HTTPS instead of HTTP.
define('G_HTTP_PROTOCOL', ((!empty($_SERVER['HTTPS']) and strtolower($_SERVER['HTTPS']) == 'on' ) or $_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https') ? 'https' : 'http');