Tag Archives: ssl
Protected: Cấu hình SSL trên Direct Admin không hỗ trợ let’s encrypt
There is no excerpt because this is a protected post.
File .htaccess cho cài đặt ssl trên website
RewriteEngine OnRewriteCond %{HTTPS} offRewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
