HOME


Mini Shell 1.0
DIR: /etc/apache2/sites-enabled/
Upload File :
Current File : //etc/apache2/sites-enabled/limehill.conf
<VirtualHost *:80>
    ServerName www.limehill.nz
    Redirect permanent / http://limehill.nz/
</VirtualHost>

<Virtualhost *:80>
        ServerName http://limehill.nz
        ServerAlias limehill.nz
        DocumentRoot /var/www/limehill
        ServerAdmin bruceeeerhodes@gmail.com
RewriteEngine on
RewriteCond %{SERVER_NAME} =limehill.nz
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
</VirtualHost>