File: //etc/apache2/sites-available/topazcharters.co.za.conf.Fatgtk
<VirtualHost *:80>
Include /etc/apache2/le_http_01_challenge_pre.conf
ServerName topazcharters.co.za
ServerAlias www.topazcharters.co.za test.topazcharters.co.za
ServerAdmin webmaster@topazcharters.co.za
DocumentRoot /home/topaz/public_html
AssignUserID topaz topaz
# AssignUserID topazq topaz
Include zsdvirtualhostgeneric.conf
ErrorLog /home/topaz/log/error.log
LogLevel warn
CustomLog /home/topaz/log/access.log combined
ServerSignature On
# PHP settings requested for drupal
php_value upload_max_filesize 20M
php_value post_max_size 20M
php_value max_execution_time 60
RewriteEngine on
RewriteCond %{SERVER_NAME} =www.topazcharters.co.za [OR]
RewriteCond %{SERVER_NAME} =test.topazcharters.co.za [OR]
RewriteCond %{SERVER_NAME} =topazcharters.co.za
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
Include /etc/apache2/le_http_01_challenge_post.conf
</VirtualHost>