On Tue, 2 Sep 2008 10:35:06 +0100
"Andrew Hodgson" <[EMAIL PROTECTED]> wrote:

> Is there anything I can do about this issue in Apache?  I am not sure 
> whether there is, since the browser is being instructed to go to the 
> full path, which Apache is doing correctly, but I thought I would ask 
> anyway.

mod_proxy_html fixes exactly that problem.  It's designed for use in a
reverse proxy (where the same issue is common), but can also fix up
your more self-inflicted problem.

But I really wouldn't recommend it if you have static documents.
Better just to cobble up a one-off script to fix your links,
including things like templates that generate them, etc.

-- 
Nick Kew

Application Development with Apache - the Apache Modules Book
http://www.apachetutor.org/

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