ServerName rotten-apple.org ServerAlias www.rotten-apple.org ### redirect to same domain name, but HTTPS. required for HSTS RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L] ServerName rotten-apple.org ServerAlias www.rotten-apple.org #Redirect / https://www.defectivebydesign.org/apple Redirect / https://www.fsf.org/campaigns/apple-patents Include /etc/apache2/sites-available/www.defectivebydesign.org-ssl-common.conf