I think I spoke to soon.  I think I ran into an infinite look problem.
I have this under the root web site:
RewriteRule ^/exchange /exchange/ [R,NC]

Which results in an infinite loop.  If I do:
RewriteRule ^/~/exchange /exchange/ [R,NC]

And then go to /~/ExchAngE then we are good.  Is there a workaround for
this scenario?


> -----Original Message-----
> From: Gary W. Smith [mailto:[EMAIL PROTECTED]
> Sent: Thursday, July 28, 2005 8:14 PM
> To: users@httpd.apache.org
> Subject: RE: [EMAIL PROTECTED] Rewrite / reverse proxy question
> 
> Thanks, the NC worked like a champ.
> 
> So I created one called ^/~/bob /exchange/ [R,NC] as for testing and
> tested it with /~/BoB and it did indeed redirect.
> 
> >
> > RewriteRule ^/~/exchange /exchange/ [R,NC]
> >
> > (and whatever else you need to use No-Case for)
> >
> > HTH.
> >
> > Regards,
> >
> > Dan Goodes  :  Systems Programmer  :  [EMAIL PROTECTED]
> >
> > Help support PlanetMirror - Australia's largest Internet archive
> > by signing up for PlanetMirror Premium : http://planetmirror.com
> >
> >
---------------------------------------------------------------------
> > 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]
> 
> 
> ---------------------------------------------------------------------
> 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]


---------------------------------------------------------------------
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