File: //etc/apache2/sites-obsolete/allcapetours.co.za.conf
<VirtualHost *:80>
ServerName allcapetours.co.za
ServerAlias www.allcapetours.co.za test.allcapetours.co.za
ServerAdmin webmaster@allcapetours.co.za
DocumentRoot /home/allcape/public_html
AssignUserID allcape allcape
# AssignUserID allcapeq allcape
Include zsdvirtualhostgeneric.conf
ErrorLog /home/allcape/log/error.log
LogLevel warn
CustomLog /home/allcape/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} =allcapetours.co.za [OR]
RewriteCond %{SERVER_NAME} =www.allcapetours.co.za [OR]
RewriteCond %{SERVER_NAME} =test.allcapetours.co.za
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
</VirtualHost>