RE: [us...@httpd] Redirection from http to https and sslrequiressl in .htaccess

2009-02-11 Thread Anthony J. Biacco
You don't need the sslrequiressl in .htaccess anymore if in the http vhost you're redirecting it to the https one all the time with a redirect or whatever. It should never end up in the dir with http. -Tony --- Manager, IT Operations Format Dynamics, Inc. 303-573-1800x27 ab

Re: [us...@httpd] Redirection from http to https and sslrequiressl in .htaccess

2009-02-11 Thread Eric Covener
On Wed, Feb 11, 2009 at 11:24 AM, Harald Falkenberg wrote: > Hi, > > I'm looking for a way to redirect parts of a url tree from a http talking > virtual host to a https talking virtual host. RedirectMatch or ReWrite > Rules work in principal, but I have also a .htaccess file with the rule >