DIR: /etc/apache2/sites-enabled/ |
Current File : //etc/apache2/sites-enabled/2of3.conf |
<VirtualHost *:80> ServerName http://2of3.nz ServerAlias 2of3.nz DocumentRoot /var/www/2of3 ServerAdmin bruce@rhodeworks.nz RewriteEngine on RewriteCond %{SERVER_NAME} =2of3.nz RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent] </VirtualHost> |