File: //etc/apache2/sites-obsolete/silverbirchonhohenhort.co.za.conf
<VirtualHost *:80>
ServerName silverbirchonhohenhort.co.za
ServerAlias www.silverbirchonhohenhort.co.za test.silverbirchonhohenhort.co.za
ServerAdmin webmaster@silverbirchonhohenhort.co.za
DocumentRoot /home/sboh/public_html
AssignUserID sboh sboh
# AssignUserID sbohq sboh
Include zsdvirtualhostgeneric.conf
ErrorLog /home/sboh/log/error.log
LogLevel warn
CustomLog /home/sboh/log/access.log combined
ServerSignature On
# PHP settings requested for drupal
php_value upload_max_filesize 64M
php_value post_max_size 64M
php_value max_execution_time 180
php_value max_input_time 180
php_value max_input_vars 3000
php_value display_Errors 0
RewriteEngine on
RewriteCond %{SERVER_NAME} =silverbirchonhohenhort.co.za [OR]
RewriteCond %{SERVER_NAME} =www.silverbirchonhohenhort.co.za [OR]
RewriteCond %{SERVER_NAME} =test.silverbirchonhohenhort.co.za
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
</VirtualHost>