If you have encountered following error, Domain: xxx.xxx.com Type: malformed Detail: Failed to connect to xxx:443 for tls-sni-01 challenge: Server only speaks HTTP, not TLS Make sure you have...
<VirtualHost www.website.com:80> ServerAdmin root@localhost DocumentRoot /var/www/website/www_website_com/ ServerName www.website.com ServerAlias www.website.com ErrorLog...
If you want to add alias in apache, place this code in apache.conf or httpd.conf (depending on your OS) Alias /alias_name/ "/var/www/alias_dir/" <Directory "/var/www/alias_dir"> Options Indexes...