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

Re: [users@httpd] hello

2017-01-20 Thread js5
Remove the allow deny lineAnd the allow from all line Sent from my Samsung Galaxy smartphone. Original message From: David Miranda Aragón Date: 19/01/2017 16:54 (GMT+00:00) To: users@httpd.apache.org Subject: Re: [users@httpd] hello I am new to