File: //etc/apache2/sites-available/zomerlust.org.conf
<VirtualHost *:80>
ServerName zomerlust.org
ServerAlias www.zomerlust.org
ServerAdmin sysmail@zsd.co.za
DocumentRoot /home/zmlstorg/public_html
AssignUserID zmlstorg zmlstorg
# AssignUserID zmlstorgq zmlstorgq
Include zsdvirtualhostgeneric.conf
ErrorLog /home/zmlstorg/log/error.log
LogLevel warn
CustomLog /home/zmlstorg/log/access.log combined
ServerSignature On
RewriteEngine on
RewriteCond %{SERVER_NAME} =zomerlust.org [OR]
RewriteCond %{SERVER_NAME} =www.zomerlust.org
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
</VirtualHost>