If I understand correctly, my 2nd example, which is causing me the problem, is actually the proper syntax for a 302 Location reply. Should I be able to adjust my rewrite rule to hard code a HTTP reply to the client? Thanks, Scott On Mon, Jun 22, 2009 at 2:10 PM, Scott Moseman <scmose...@gmail.com> wrote:
> > HTTP/1.1 302 Moved Temporarily > Location: /subdirectory1/someotherpage.html > > HTTP/1.1 302 Moved Temporarily > Location: http://outside1.mysite.com/subdirectory2/someotherpage.html > >