Why do I have an https www redirect error with my single SSL certificate enabled domain? – Apache
My web server is in the cloud, a VPS on Vultr. I have added the following lines to my apache.conf file: Options -Indexes +FollowSymLinks AllowOverride All Require all granted RewriteEngine On RewriteCond %{HTTP_HOST} ^www.(.*) RewriteRule ^.*$ https://%1/$1 [R=301,L] RewriteCond %{HTTPS}…