I need to rewrite a location header as follows but I can’t seem to get the syntax correct:
RewriteRule ^Location: http://server1.domain.com Location: server2.domain.com [R,L]
I know I have to have a delimiter between old and new values?
Jeff