<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Cloudflare on SANJAY REGMI</title>
    <link>https://sanjayregmi.com/tags/cloudflare/</link>
    <description>Recent content in Cloudflare on SANJAY REGMI</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    
    <lastBuildDate>Sun, 14 Apr 2024 18:41:16 -0700</lastBuildDate><atom:link href="https://sanjayregmi.com/tags/cloudflare/index.xml" rel="self" type="application/rss+xml" />
    
    <item>
      <title>How to Develop Locally in Drupal and Host Static Files on your Website</title>
      <link>https://sanjayregmi.com/posts/how-to-develop-locally-in-drupal-and-host-static-files-on-your-website/</link>
      <pubDate>Sun, 14 Apr 2024 18:41:16 -0700</pubDate>
      
      <guid>https://sanjayregmi.com/posts/how-to-develop-locally-in-drupal-and-host-static-files-on-your-website/</guid>
      <description>&lt;h2 class=&#34;relative group&#34;&gt;Background&#xA;    &lt;div id=&#34;background&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;&#xA;    &#xA;    &lt;span&#xA;        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none&#34;&gt;&#xA;        &lt;a class=&#34;text-primary-300 dark:text-neutral-700 !no-underline&#34; href=&#34;#background&#34; aria-label=&#34;Anchor&#34;&gt;#&lt;/a&gt;&#xA;    &lt;/span&gt;&#xA;    &#xA;&lt;/h2&gt;&#xA;&lt;p&gt;Say you have an old website on Drupal 7 with plugins that don&amp;rsquo;t work with the latest versions of Drupal. You now cannot migrate over to Drupal 9 or 10 without doing a lot of manual work and/or losing the functionality of your current plugins. If your requirements are still fulfilled by the old Drupal 7 website, there&amp;rsquo;s a solution to keep using it.&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>How to Get an &#39;A&#39; Rating From Qualys SSL Labs if Your DNS Is Cloudflare and You Use OpenLiteSpeed as Your Wordpress Web Server</title>
      <link>https://sanjayregmi.com/posts/how-to-get-an-a-rating-from-qualys-ssl-labs-if-your-dns-is-cloudflare-and-you-use-openlitespeed-as-your-wordpress-web-server/</link>
      <pubDate>Sun, 07 Apr 2024 17:43:31 -0700</pubDate>
      
      <guid>https://sanjayregmi.com/posts/how-to-get-an-a-rating-from-qualys-ssl-labs-if-your-dns-is-cloudflare-and-you-use-openlitespeed-as-your-wordpress-web-server/</guid>
      <description>&lt;p&gt;By default, when you set up a WordPress site using OpenLiteSpeed (&lt;a href=&#34;https://openlitespeed.org&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;https://openlitespeed.org&lt;/a&gt;), you&amp;rsquo;ll get a &amp;ldquo;B&amp;rdquo; rating in Qualys SSL Labs SSL test at &lt;a href=&#34;https://www.ssllabs.com/ssltest/&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;https://www.ssllabs.com/ssltest/&lt;/a&gt;. And even if you set up your minimum TLS version on Cloudflare to be TLS 1.2, Qualys reports your website still uses TLS 1.1. The following steps allow you to fix the certificate issue and get an &amp;ldquo;A&amp;rdquo; rating.&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>Redirect a website in Clouldflare</title>
      <link>https://sanjayregmi.com/posts/cloudflare-redirect/</link>
      <pubDate>Fri, 29 Dec 2023 20:52:31 -0800</pubDate>
      
      <guid>https://sanjayregmi.com/posts/cloudflare-redirect/</guid>
      <description>&lt;ul&gt;&#xA;&lt;li&gt;Login to Clouflare &amp;ndash;&amp;gt; select your website &amp;ndash;&amp;gt; Rules &amp;ndash;&amp;gt; Redirect Rules &amp;ndash;&amp;gt; Create Rule.&lt;/li&gt;&#xA;&lt;li&gt;Set &amp;ldquo;All incoming requests&amp;rdquo; to Static, your URL to be redirected to, set Status Code to 301 (permanently moved.&lt;/li&gt;&#xA;&lt;li&gt;Hit &amp;ldquo;Deploy&amp;rdquo;, wait for propagation.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&amp;#x1f534;&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>Create static website from Drupal 7 and deploy into Cloudflare Pages</title>
      <link>https://sanjayregmi.com/posts/create-static-website-using-cloudflare-pages/</link>
      <pubDate>Fri, 29 Dec 2023 20:50:12 -0800</pubDate>
      
      <guid>https://sanjayregmi.com/posts/create-static-website-using-cloudflare-pages/</guid>
      <description>&lt;p&gt;To extract a static website from Drupal 7.x so it can be hosted on Cloudflare Pages, follow the instructions below:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Install plugin &amp;ldquo;Static Generator&amp;rdquo; from (&lt;a href=&#34;https://www.drupal.org/project/static&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;www.drupal.org/project/static&lt;/a&gt;)&lt;/li&gt;&#xA;&lt;li&gt;Run it.&lt;/li&gt;&#xA;&lt;li&gt;All static files will be created under &amp;ldquo;static&amp;rdquo; folder in the root of your Drupal Installation after you complete initial setup.&lt;/li&gt;&#xA;&lt;li&gt;Create a new Github repo, upload all files to Github and deploy into Cloudflare. Your website will be live in the URL you set up during deployment.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;If you do not know git, use &amp;ldquo;Git Desktop&amp;rdquo;, load all the files, and sync it up. As soon as the sync is complete, if you&amp;rsquo;ve set up Cloudflare pages to autodeploy (default mode), your site will be deployed in Cloudflare near instantly.&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>Add your website to Clouldflare DNS using the free tier</title>
      <link>https://sanjayregmi.com/posts/add-your-website-to-cloudflare/</link>
      <pubDate>Wed, 20 Dec 2023 20:49:52 -0800</pubDate>
      
      <guid>https://sanjayregmi.com/posts/add-your-website-to-cloudflare/</guid>
      <description>&lt;p&gt;Cloudflare free tier is too cool not to use for your websites. It provides DNS management, free optimizations, DDOS protection, free caching and quick response times. Here&amp;rsquo;s how to set up a website.&lt;/p&gt;</description>
      
    </item>
    
  </channel>
</rss>
