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 -~----------~----~----~----~------~----~------~--~---
