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