How do I view my domain as HTTPS in my browser in HestiaCP?
.png)

HTACCESS
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
FTP
FTP access see guide
how-to-connect-via-ftp-in-hestiacp.md
.png)

HTACCESS
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
FTP
FTP access see guide
how-to-connect-via-ftp-in-hestiacp.md