I am REALLY bad at apache stuff. So I can't help you much here. But if
the images are the only thing off, does it work to manually set the
image page variable in your index file before calling the engine?
Like:

$imgPath = '../boltwire/farm/img';

Of course modified to your needs?

Another option, admittedly cheesy, is to move your image folder to the
directory specfied in your error logs... Hey, if it works...

Cheers,
Dan

P.S. Sorry I can't help more on this one.



On Sun, Aug 2, 2009 at 9:18 AM, DrunkenMonk<[email protected]> wrote:
>
> Is it possible that there are two different current directories being
> used by boltwire at different stages, before or after and during the
> engine call?
>
> I've got  /nf as my apache DocumentRoot. My wiki is in /internt
> inside /nf there is a soft link such that /nf/internt -> /internt. My
> boltwire installation is in /boltwire3.
>
> in short:
>
> /nf : document root
> /internt : field
> /nf/internt -> /internt
>
> this means that the url "/internt" makes apache look for the file "/nf/
> internt", finding the files in the folder "/internt".
>
> my index.php gives
>
> $boltwire='../boltwire3'
>
> and apache finds this without problems. HOWEVER, the image path
> becomes "../boltwire3/farm/img/boltwire.gif" which error.log tells me
> is rewritten to "/nf/boltwire3/farm/img" which of course does not
> exist.
>
> is anyone following me? The index.php file is being called with /
> internt as the working directory, by the apache php thread. However,
> the same urls are being parsed by normal html, which is using /nf/
> internt as the working directory.
>
> I believe this is why cleanURLs does not work for me, and I want to
> get to the bottom of it.
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"BoltWire" 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/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to