Forum Moderators: phranque
RewriteEngine on
RewriteRule ^/path/path/logo.gif$ http://someotherserver.com/p1/p2/anotherlogo.gif [P,L] [edited by: phranque at 8:41 pm (utc) on Aug 23, 2013]
[edit reason] unlinked url [/edit]
RewriteRule ^/path
[edited by: phranque at 2:58 am (utc) on Aug 25, 2013]
[edit reason] unlinked urls [/edit]
When enabled, this option will pass the Host: line from the incoming request to the proxied host, instead of the hostname specified in the ProxyPass line.
This option should normally be turned Off. It is mostly useful in special configurations like <further stuff in Hungarian snipped>.
I found out if I set "ProxyPreserveHost Off" it's working fine.
[edited by: phranque at 8:30 am (utc) on Aug 26, 2013]
[edit reason] unlinked urls [/edit]
Or have I misunderstood something?