On Mon, 2007-06-18 at 17:16 +0100, Tony Stevenson wrote: 
> On Mon, June 18, 2007 4:49 pm, Ken Robinson wrote:
> > I'm trying to help my boss solve his rewrite problem. He's trying the
> > following code in the config file, but the results are an infinite loop of
> > rewrites:

Is there any reason your boss doesn't want to just use something like:

<VirtualHost *:7778>
ServerName virtual1
Port 80
ServerAdmin [EMAIL PROTECTED]
Redirect permanent / https://virtual1/
</VirtualHost>

I mean, you don't have to use mod_rewrite to do a redirect.

Cheers,

bn



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to