Files
doitinpoland.com/wp-content/plugins/really-simple-ssl/testssl/cloudflare/.htaccess
2023-09-12 21:41:04 +02:00

6 lines
160 B
ApacheConf

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTP:CF-Visitor} '"scheme":"http"'
RewriteRule ^(.*) https://%{HTTP_HOST}%{REQUEST_URI} [L]
</IfModule>