Skip to content

Instantly share code, notes, and snippets.

[quiz]
[question]Insert question here
[/question]
[answer]Insert correct answer here
[/answer]
@graciemae
graciemae / code
Last active February 4, 2016 16:01
ServerName www.yourdomain.com
# change http to https
Redirect permanent / https://www.yourdomain.com
SSLEngine On
SSLCertificateFile /etc/apache2/server.cert
SSLCACertificateFile /etc/apache2/intermediate.cert
ServerName www.yourdomain.com