t was appending the
information to the address.
-Original Message-
From: Stuart Irving [mailto:sirv...@univeris.com]
Sent: July-11-13 10:42 AM
To: users@httpd.apache.org
Subject: [users@httpd] Can't get redirect or redirectmatch working in Windows
Apache 2.2 but ok on Linux
I a
I am stuck on what is a very simple configuration that we have been using on
Linux but it doesn't appear to trigger on windows. Below is what we have in
our conf file:
ServerName ..ca
Redirect / https://..ca
RedirectMatch (.*) https://..ca$1
Note: I have trie