ServerName _@_VHOST_NAME_@_ ServerAlias _@_VHOST_NAME_@_._@_SRV_DOMAIN_@_ _@_VHOST_ALIAS_@_ DocumentRoot _@_LLX_WWW_PATH_@_/_@_VHOST_NAME_@_ RewriteEngine on RewriteCond %{HTTPS} !=on RewriteRule ^/(.*) https://server/_@_VHOST_NAME_@_ ServerName _@_VHOST_NAME_@_ ServerAlias _@_VHOST_NAME_@_._@_SRV_DOMAIN_@_ _@_VHOST_ALIAS_@_ DocumentRoot _@_LLX_WWW_PATH_@_ SSLEngine on SSLCertificateFile _@_HTTP_PKI_CRT_@_ SSLCertificateKeyFile _@_HTTP_PKI_CRT_@_ DirectoryIndex index.php index.html Options Indexes FollowSymLinks AllowOverride None Order allow,deny Allow from all