.htaccess to force SSL and also point to NodeJS – Apache
I have a GoDaddy VPS managed server. I've installed Node/NPM, SSL certs, etc. successfully, but running into a couple issues with .htaccess. I can force http to https with the following code in .htaccess: RewriteEngine On RewriteCond %{HTTPS} !on RewriteCond…