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