Looking for a bit of help, and excuse me for knowing just enough about Linux to be dangerous and certainly not enough to figure my way out of this one.
I am running an Ubuntu 22.04 LTS server with a totally fresh install, updated/upgrade right after install and rebooted.
I ran the prepare.sh...
Hey everyone,
Trying to ensure HTTPS://mywebsite.com is served instead of HTTP. My webhost said to include the following lines of code in the .htaccess file.
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
They also said also this...