This one seems to have gotten choked by a majordomo bug:

I made a change to my default.page template to include a graphic. 
Basically I wanted to have a "Powered by Comanche" statement at the 
bottom of my pages.  I put the Comanche logo in my uploads directory. 
In my default.page, I had html which looked like this:

Powered by <img src="uploads/comancheLogo.gif">

When I referenced my wiki with the following URL

http://localhost/OSG

I received a broken image icon.  If, however, I clicked on a link to 
another page, the image showed up.  Similarly when I clicked on the 
"Top" button, the image also appeared.  It turns out that if you 
specify the URL like this:

http://localhost/OSG/

the image will show up.  However, if you leave the end slash off, the 
image does not.  I assume this is because the file server module 
simply appends the url to the text of the image tag and it ends up 
looking like this:

OSGuploads/comancheLogo.gif

I'm not sure what the standard is for URL specification, but it seems 
that if the URL does not contain an ending '/', it should be inserted 
when a relative URL is specified.

James W. Howe                           mailto:[EMAIL PROTECTED]
Allen Creek Software, Inc.              pgpkey: http://ic.net/~jwh/pgpkey.html
Ann Arbor, MI  48103

--------------------------
Mark Guzdial : Georgia Tech : College of Computing : Atlanta, GA 30332-0280
(404) 894-5618 : Fax (404) 894-0673 : [EMAIL PROTECTED]
http://www.cc.gatech.edu/gvu/people/Faculty/Mark.Guzdial.html

Reply via email to