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