From: "Chris"
To: users@xxxxxxxxxxxxxxxx
Sent: Friday, April 5, 2013 1:34:03 PM
Subject: Apache Not Redirecting
>
>Any ideas why apache is not performing the redirectmatch?
So, i am wondering if i can do a http_host regex? Something like:
<VirtualHost *:80>
ServerName share.*
JkMount /share|/* worker1
RewriteCond %{HTTP_HOST} ^share\.
RedirectMatch ^/$ http://share.{HTTP_HOST}/share/
</VirtualHost>