Blog IT : smartphone and computer technology

www.domainesia.com

Minggu, 03 Januari 2021

.htaccess untuk redirect dari http ke https

 .htaccess untuk redirect dari http ke https: 




RewriteEngine On

RewriteCond %{HTTPS} off

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


EmoticonEmoticon