• i want to install ssl with cloudflare. should i use 301 redirect code in .htaccess file after ssl installation. This Code.

    # DO REPLACE EXAMPLE.COM WITH YOUR OWN SITE NAME
    RewriteEngine On
    RewriteCond %{SERVER_PORT} 80
    RewriteRule ^(.*)$ https://www.example.com/$1 [R,L]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘301 redirect after cloudflare ssl’ is closed to new replies.