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