How to Force HTTPS Securely Using .htaccess

Опубликовано: 16 Июнь 2021
на канале: Sultan Kautsar
124
1

Hypertext Transfer Protocol Secure (https) is a combination of the Hypertext Transfer Protocol (HTTP) with the Secure Socket Layer (SSL)/Transport Layer Security (TLS) protocol. TLS is an authentication and security protocol widely implemented in browsers and Web servers.

How to force HTTPS on your website using a (.htaccess) file?
Copy and paste this code into your .htaccess file:

RewriteEngine On
RewriteCond %{HTTPS} !on
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}

Chapters:
0:00 Trying to use url without http/https
0:23 Create .htaccess file to force HTTPS
0:37 Attaching code to force HTTPS
0:57 Trying to reload the site

Music:
"Sappheiros - Dawn" is under a Creative Commons license (CC BY 3.0)
Music promoted by BreakingCopyright:    • 🛀 Calm Music (No Copyright)  "Dawn" b...  

Thanks For Watching!


Смотрите видео How to Force HTTPS Securely Using .htaccess онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Sultan Kautsar 16 Июнь 2021, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 124 раз и оно понравилось 1 людям.