Notizia

Tutte le ultime da ProHosty

Comunicazioni

Redirect htacess Code

  • 7Th Settembre 2018

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

Continue reading