this is a stub

You may need these seetings for Tiki to work under Cloudflare setups:

Copy to clipboard
Tiki Settings: http_port: NULL https_port: NULL session_protected: n login_http_basic: ssl feature_switch_ssl_mode: n https_login:force_nocheck .htaccess settings RewriteCond %{HTTP:X-Forwarded-Proto} =http #redirect all http traffic RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC] # redirect all www traffic RewriteRule ^(.*)$ https://%1/$1 [R=301,L]



The setting https_login (Use HTTPS login) needs to be set to encourage (Encourage secure (https) login).

Any other setting except for disable, would make your site unusable, as of Tiki 15 LTS and maybe newer versions.