ServerName api.grovesindustrial.com RewriteEngine On RewriteCond %{SERVER_PORT} !^443$ RewriteRule ^(.*)$ https://%{HTTP_HOST}$1 [R=301,L] CustomLog logs/com.grovesindustrial.api-access_log combined ErrorLog logs/com.grovesindustrial.api-error_log Options Includes FollowSymLinks AllowOverride All