Apache 2.2.12 on sles11 sp2. We are trying to get users to access http://share.domain.com. Apache has a VirtualHost file with redirectmatch ^/$ http://share.domain.com/share Apache seems to not be redirecting this. Here is http://share.domain.com results: GET / HTTP/1.1 Host: share.domain.com User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:20.0) Gecko/20100101 Firefox/20.0 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip, deflate Connection: keep-alive HTTP/1.1 200 OK Date: Fri, 05 Apr 2013 13:46:39 GMT Server: Apache/2.2.12 (Linux/SUSE) X-Powered-By: PHP/5.2.14 X-Pingback:http://clientblog.com/xmlrpc.php Content-Length: 6389 Keep-Alive: timeout=15, max=100 Connection: Keep-Alive Content-Type: text/html; charset=UTF-8 Any ideas why apache is not performing the redirectmatch? Sent from my iPhone |