Answers for "https altervista"

0

forcer https htaccess

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
Posted by: Guest on December-02-2020
0

https degitalocen

# Enable OpenSSH connections

sudo ufw allow OpenSSH

# Enable HTTP traffic

sudo ufw allow http

# Enable HTTPS traffic

sudo ufw allow https

# Turn the firewall on

sudo ufw enable
Posted by: Guest on May-25-2020

Browse Popular Code Answers by Language