Re: [users@httpd] Redirect Applies to All Virtual Hosts

2017-01-22 Thread Eric Covener
apachectl -S summarizes pretty nicely. On Sun, Jan 22, 2017 at 7:27 PM, Eric Covener wrote: > On Sun, Jan 22, 2017 at 7:21 PM, Jerry Malcolm wrote: >> And from what I understand, the redirect in the block above should ONLY >> apply if the

Re: [users@httpd] Redirect Applies to All Virtual Hosts

2017-01-22 Thread Eric Covener
On Sun, Jan 22, 2017 at 7:21 PM, Jerry Malcolm wrote: > And from what I understand, the redirect in the block above should ONLY > apply if the http://www.mydomain.com request is received and definitely NOT > if an http:XYZ.com request is received. But obviously I'm

[users@httpd] Redirect Applies to All Virtual Hosts

2017-01-22 Thread Jerry Malcolm
I'm trying to do a simple redirect of http://www.mydomain.com to https://mydomain.com. I am using the WAMP package wampserver2.5-Apache-2.4.9-Mysql-5.6.17-php5.5.12-64b. In the httpd.conf for the domain in question, I added: ServerName www.mydomain.com Redirect