Re: [Lxr-dev] $baseurl wierdness
Brought to you by:
ajlittoz
From: Malcolm B. <ma...@br...> - 2001-10-17 23:51:36
|
Jens-Uwe Mager wrote: > > I have had some problems getting the style sheet version of lxr going, > and the problem appears to be the following in html-head.html: > > <base href="$baseurl" > > > In my case I always get what looks like $thisurl substituted. If I put > in a fixed URL to my LXR installation it works fine. $baseurl comes from the lxr.conf file - does your lxr.conf set up the right value? Does the rest of your configuration work OK? I've had odd problems when the $baseurl in the config file didn't match the URL that Apache was feeding in (FQDN v IP address usually), and that caused all sorts of strange symptoms. If $baseurl is not set up properly, most stuff should be failing. Cheers, Malcolm |