http-to-https-with-htaccess
Table of Contents
htaccess is a configuration file for use on web servers running the Apache Web Server software.
Use the following code in your .htaccess file
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.yourdomain.com/$1 [R,L]
RewriteEngine On
RewriteCond %{HTTP_HOST} ^abcd\.com [NC]
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.xyz.com/$1 [R,L]
Most people connect Cloudflare to their domain and then do nothing. The default settings protect…
Shiprocket Checkout, Razorpay Magic Checkout, and GoKwik all solve the same problem: slow checkout and…
If you've been running a Shopify store the same way you did two or three…
If your online store takes longer than three seconds to load, you aren’t just losing…
The website development cost in Kerala can range from ₹4,000 to over ₹2,00,000 for what…
Last year, I watched a friend spend INR 500 every single time she needed an…