<VirtualHost *:80> ServerName seattlehobbies.com DocumentRoot /var/www/wordpress DirectoryIndex index.php <Directory /var/www/wordpress/> AllowOverride All Order Deny,Allow Allow from all </Directory> RewriteEngine on RewriteCond %{SERVER_NAME} =www.seattlehobbies.com [OR] RewriteCond %{SERVER_NAME} =seattlehobbies.com RewriteRule ^ https://seattlehobbies.com%{REQUEST_URI} [END,NE,R=permanent] </VirtualHost>