“Force SSL” Kod odpowiedzi

siła .htaccess

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Ugliest Unicorn

Force Https

RewriteEngine On 
RewriteCond %{HTTPS} off 
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
KINGASv

Force SSL

Drop this in a .htaccess file to redirect http to https

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Agreeable Ant

Force SSL

Updated 2021

RewriteEngine On 
RewriteCond %{HTTPS} off 
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Outstanding Ocelot

Odpowiedzi podobne do “Force SSL”

Pytania podobne do “Force SSL”

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu