Pid wrote: >> what you want with a real filter? > > or mod_proxy... I'll try to explain... User requested url like http://our.server/XYZ/page.html, we map XYZ to real server address, get specified page from this server and send received page to user. Problem is that page can contain images and another things with / in path, i.g. <img src="/any.image">, or <a href="/any.link">. These things will be requested as http://our.server/any.image, i.e. without /XYZ/ and we can not make correct mapping. As result users will 404 for images etc Are you sure that mod_proxy will replace / with /XYZ/ ? -- Best regards, Sergey N. Romanov --------------------------------------------------------------------- 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx