Hi,

I have written a perl module that is meant to run at the root of a web 
site (blah.com/, let's say), but there are errors whenever it tries to 
access an image with an absolute URL.  For instance, this tag returns a 
broken image:

<img src="/images/logo.gif">

this, I'm guessing, is because it's using in some way or another the 
module I have written, since it's pointing from root.  How do I fix 
this?  How do I make the module act at the root of the site and not 
have it interfere with absolute URIs like that?

Regards,

Etienne

Reply via email to