Re: Support for HTTP Redirects? was: Re: https connection without http
From: Sander Striker <striker_at_apache.org>
Date: 2004-03-13 16:22:02 CET
On Sat, 2004-03-13 at 15:53, Marcin Gil wrote:
You could try some mod_rewrite voodoo (completely untested):
RewriteRule ^/repo(/.*)? https://%{SERVER_NAME}/repo$1 [R=permanent]
Or something to that effect.
> I don't know -- can I put a <Location> inside <VirtualHost>, so that
Sure.
Sander
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.