How to Get Free SSL Using Cloudflare
SSL is secure connections from a web server to a browser, When installed on a web server, it activates the
Redirecting htt to https using .htaccess file, but make sure your site install SSL certificate, you can also see How to install SSL Certificate
RewriteEngine On
### WWW & HTTPS
# ensure www.
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteRule ^ https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
# ensure https
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteCond %{HTTPS} off
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
The editorial team at Sharabindu consists of a group of highly trained WordPress professionals who strive to deliver nothing but excellence.
SSL is secure connections from a web server to a browser, When installed on a web server, it activates the
You are working on Notepad++, suddenly the Electricity went away or crashed for some other reason, after opening the file,