DocumentRoot "/var/www/html" ServerName www.photeon.com:80 RewriteEngine on RewriteCond %{SERVER_NAME} =www.photeon.com RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]