ServerAdmin lukewarmcat@riseup.net ServerName lukewarmcat.codes DocumentRoot /home/lukewarmcat/public_html ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined Order deny,allow Deny from all RewriteEngine on RewriteCond %{SERVER_NAME} =lukewarmcat.codes RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]