«
»

2018, apache, https

Redirigir HTTP a HTTPS con apache.

02.09.18 | Comment?

Alberto Suárez Pérez
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

Comments are closed.


«
»