Re: [users@httpd] Setup VirtualHost Multiple Domain to SLL Domain.

2017-04-20 Thread js5
If you are redirecting all HTTP -> HTTPS you can do: RewriteEngine on RewriteRule ^(.*)$ https://%{SERVER_NAME}%{REQUEST_URI} [R=permanent,L,NE] This will redirect all requests to your https server {other redirects can be handled on that} James -- The Wellcome Trust Sanger Institute

[users@httpd] Setup VirtualHost Multiple Domain to SLL Domain.

2017-04-20 Thread Wilmer Arambula
Hi, I have two domains, domain.web and domain.info, y need redirect to: https://www.domain.web http://domain.web ---> https://www.domain.web http://www.domain.web ---> https://www.domain.web https://domain.web> https://www.domain.web http://domain.info