ServerName www.translationship.com ServerAlias translationship.com *.translationship.com # DocumentRoot "c:/webroot/translationship_com" # Comment Document Root, Uncomment Redirect to convert to SSL Redirect permanent / https://www.translationship.com # Comment Everything Below this Line to convert to SSL # ---------------------------------------------------- # # AllowOverride none # Require all denied # # # ProxyPass /translationshipcom http://localhost:8080/translationshipcom/ # ProxyPassReverse /translationshipcom http://localhost:8080/translationshipcom/ # Uncomment Section Below to Convert to SSL ServerName www.translationship.com ServerAlias translationship.com *.translationship.com DocumentRoot "c:/webroot/translationship_com" SSLEngine on SSLCertificateFile "c:/keys/translationshipcom.keys/translationshipcom.crt" SSLCertificateKeyFile "c:/keys/translationshipcom.keys/translationshipcom.key" AllowOverride none Require all denied ProxyPass /translationshipcom http://localhost:8080/translationshipcom/ ProxyPassReverse /translationshipcom http://localhost:8080/translationshipcom/