I must add this redirect to the VirtualHost's SSL.
You need to know where its added, if you type:
apachectl -S
will see something like:
[...]
*:443 is a NameVirtualHost
default server localhost (/etc/httpd/conf.d/ssl.conf:12)
[...]
In this file you have to do it.
Search for something "<VirtualHost *:443>" and add the redirect directive.
Redirect / https://www.b.com
El 19/03/12 17:53, Joe Hansen escribió:
> <http://a.com> to domain b.com <http://b.com>.
>> Redirect https:/a.com <http://a.com> https://www.b.com
> I have the following in the apache config files:
> Redirect http://a.com http://www.b.com---------------------------------------------------------------------
>
> Though all the http requests are correctly getting redirected, https
> requests aren't. What do I need to do to get this working?
>
> Thanks,
> Joe
>
>
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx