Apache : www.fakedomain.com works not https://fakedomain.com
I have apache server serving fakedomain.com with following vhost conf. <VirtualHost *:80> DocumentRoot /var/www/master/public_html ServerName www.fakedomain.com ServerAlias fakedomain.com ServerPath /var/www/master/public_html CustomLog /var/log/apache2/fakedomain/master-access.log combined ErrorLog /var/log/apache2/fakedomain/master-error.log #LogLevel debug <Directory /var/www/master/public_html> Options -Indexes +FollowSymLinks Order Allow,Deny Allow from All </Directory> RewriteEngine On…