On 28.12.09 17:42, Jeff Shearer wrote:
> The Redirect permanent /private https://***/private failed in the main
> server config. As did a bunch of other alternatives.
You have virtual hosts configured, many directives from main server config
usually won't get used in this case.
> However, yo
excellent documentation.
Thanks.
-Original Message-
From: "Andr Warnier" [...@ice-sa.com]
Date: 12/28/2009 12:32 PM
To: users@httpd.apache.org
Subject: Re: [us...@httpd] Redirect permanent http to https fails
Jeff Shearer wrote:
> The following redirect fails:
>
>
Jeff Shearer wrote:
The following redirect fails:
Redirect permanent http://192.168.0.200/private https://192.168.0.200/private
That may be because you have not read the (excellent) on-line
documentation, which states :
http://httpd.apache.org/docs/2.2/mod/mod_alias.html#redirectpermanent
i
The following redirect fails:
Redirect permanent http://192.168.0.200/private https://192.168.0.200/private
I have 2 virtual hosts with exactly the same DocumentRoot:
private is a directory under the DocumentRoot.
I can reach https://192.168.0.200/private directly.
Please help. Thanks.