Maybe this is a tracd issue? I'm putting a complete URL in the
configuration file, and the page source then says:
<img src="http://localhost:8000/home/jrm/tractest/htdocs/
mtlogo.png"
Whis is where Apache can access it successfully. The tracd log file
shows:
127.0.0.1 - - [28/Oct/2009 09:54:11] "GET /home/jrm/tractest/
htdocs/mtlogo.png HTTP/1.1" 404 -
I'm starting tracd with the following string, am I setting some
environment wrong?
tracd --port 8000 --basic-auth=tractest,/home/jrm/
tractest/.htpasswd,/home/jrm/tractest /home/jrm/tractest
I'm sure this is something simple and I'm just not seeing it . . .
thanks to everybody for your help!
On Oct 27, 4:29 pm, Christian Boos <[email protected]> wrote:
> Cooke, Mark wrote:
> >> I'm trying to put a logo on the pages, and I go into the config file
> >> and say,
>
> >> [header_logo]
> >> alt = Your logo here, as they often say . . .
> >> height = 25
> >> link =http://www.scanandgocard.com
> >> src = mtlogo.png
> >> width = 230
>
> > ...I had similar problems and only managed to get it to work by putting
> > the logo in each site's htdocs rather than a common one (I'm running
> > multiple environments but I do not think that is the problem). So my
> > ini file setting is:
>
> >> src = site/proj-logo.png
>
> This is indeed the preferred solution.
>
> Having just src = mtlogo.png (or src = common/mtlogo.png) requires you
> to put that file in the deployed htdocs, i.e. in the
> Trac-....egg/trac/htdocs/ folder for example.
>
> -- Christian
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---