Re: [users@httpd] Virtual Host - Port 80 to 443

2016-07-14 Thread Frank Gingras
No, you missed the trailing slash: Redirect permanent / https://subdomain.domain.ac.za/ On Thu, Jul 14, 2016 at 6:19 AM, Daniel wrote: > > -- Forwarded message -- > From: Daniel > Date: 2016-07-14 12:18 GMT+02:00 > Subject: Re: [users@httpd] Virtual Host - Port

Fwd: [users@httpd] Virtual Host - Port 80 to 443

2016-07-14 Thread Daniel
-- Forwarded message -- From: Daniel Date: 2016-07-14 12:18 GMT+02:00 Subject: Re: [users@httpd] Virtual Host - Port 80 to 443 To: Leon Vergottini It seems correct. If you have several virtualhosts for different subdomains you should define them on the same fashion as what you

Re: [users@httpd] Virtual Host - Port 80 to 443

2016-07-14 Thread Leon Vergottini
erver file     Order allow,deny     Allow from all            ServerEnvironment apache apache     Kind Regards Leon From: Daniel Reply-To: Date: Thursday, 14 July 2016 at 11:40 AM To: "" Subject: Re: [users@httpd] Virtual H

Re: [users@httpd] Virtual Host - Port 80 to 443

2016-07-14 Thread Daniel
is totally invalid. Use *:80 or *:443 or ip:port but never "*" alone. Also if you define *:80 and there you want to redirect to the SSL virtualhost by all means use the http scheme in the redirect directive like: Redirect permanent / https://subdomain.domain.ac.za/ 2016-07-14 11:31 GMT+02:00 Le

[users@httpd] Virtual Host - Port 80 to 443

2016-07-14 Thread Leon Vergottini
Dear Community I hope you are doing well today. May I kindly ask your assistance since HTTPD is not my strong point?  I have several virtual host conf files that have the structure below.  I am now trying to change them so that incoming visitors from port 80 are being redirected to port