SSLEngine on SSLProtocol All -SSLv2 -SSLv3 SSLCertificateFile /etc/ssl/certs/ssl-cert-snakeoil.pem SSLCertificateKeyFile /etc/ssl/private/ssl-cert-snakeoil.key Header always set Strict-Transport-Security "max-age=31536000" ServerName __SERVER_NAME__ #ServerAlias www.example.com ServerAdmin __SERVER_ADMIN__ DocumentRoot /usr/share/airtime/public DirectoryIndex index.php Options -Indexes FollowSymLinks MultiViews AllowOverride all Order allow,deny Allow from all ServerName __SERVER_NAME__ ServerAdmin __SERVER_ADMIN__ DocumentRoot /usr/share/airtime/public Redirect permanent /login https://__SERVER_NAME__/login SetEnv APPLICATION_ENV "production" Options -Indexes FollowSymLinks MultiViews AllowOverride All Order allow,deny Allow from all