# Added to mitigate CVE-2017-8295 vulnerability UseCanonicalName On ServerAdmin webmaster@localhost ServerName simplearter.com ServerAlias www.simplearter.com DocumentRoot /var/www/html_us Options FollowSymLinks AllowOverride All Require all granted Alias /it /var/www/html_it Options Indexes FollowSymLinks AllowOverride All Require all granted Alias /de /var/www/html_de Options Indexes FollowSymLinks AllowOverride All Require all granted Alias /fr /var/www/html_fr Options Indexes FollowSymLinks AllowOverride All Require all granted Alias /nl /var/www/html_nl Options Indexes FollowSymLinks AllowOverride All Require all granted Alias /uk /var/www/html_uk Options Indexes FollowSymLinks AllowOverride All Require all granted ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined #RewriteEngine on #RewriteCond %{SERVER_NAME} =www.herbanit.com [OR] #RewriteCond %{SERVER_NAME} =herbanit.com #RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent] #RewriteEngine on #RewriteCond %{SERVER_NAME} =tourcruiser.com [OR] #RewriteCond %{SERVER_NAME} =www.tourcruiser.com # RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent] #RewriteEngine on #RewriteCond %{SERVER_NAME} =brightsbean.com [OR] #RewriteCond %{SERVER_NAME} =www.brightsbean.com #RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent] # RewriteEngine on # RewriteCond %{SERVER_NAME} =www.zendai.us [OR] # RewriteCond %{SERVER_NAME} =zendai.us # RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent] RewriteEngine on RewriteCond %{SERVER_NAME} =www.simplearter.com [OR] RewriteCond %{SERVER_NAME} =simplearter.com RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]